Mike wrote: > # zfs get version tank/home/songof > NAME PROPERTY VALUE SOURCE > tank/home/songof version 1 - > > ...there you have it. Is there a way for me to roll this forward? >
You can use zfs upgrade to upgrade it, but your pool version will also need to be upgraded, if it already isn't. If your pool needs upgrading then you can use zpool upgrade to upgrade it. You will need to take it to at least version 9. # zpool upgrade pool # zfs upgrade dataset The zfs(1m)/zpool(1m) manpage document the upgrade commands. -Mark _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
