zpool create oldpool c1t1d0
... ...
You decide to change the zpool name:
get the zpool id with:
zpool get guid oldpool
zpool destroy -f oldpool
zpool import -Df 9507130160675323298 newpool
Then you can rename the dataset of the old zpool to the new one:
zfs rename oldpool/myold newpool/test
This is my first time to attend the Sun Tech Day as a speaker. My topic is Open Solaris Testing. The odd thing is that I was scheduled to give the speech on Java day. This made me have chance to make it in this beautiful hall. It's better than the one holding the events for OpenSolaris day. I guess the reason is very simple. Java is more popular than Solaris.