Hi all, I’d like to mount an additional filesystem to an OS type zone. I create the filesystem and mount it by following cmds: > vmadm create –f vm.json > cat zfs-file | zfs receive -u zones/$VMUUID–data > zfs set mountpoint=/zones/$VMUUID/root/data zones/$VMUUID-data > vmadm boot $VMUUID > zfs mount zones/$VMUUID-data
For some reasons, I have to create the dataset after creating the VM. I found that after rebooting the zone, the additional filesystem will not be on longer automatically mounted. The first question: Is there any option that can make the filesystem automatically mount after the zone rebooting The second question: Can I add the additional zfs filesystem to the vm by some command like ‘vmadm update …' ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
