How to add a delegated dataset via OPS Center to a zone
Hi,
When one deploys a zone via OPS Center, one of the options is to use a disk from the appropriate library. Is it possible to add a second disk and create a delegated dataset in a new zpool to the zone via OPS Center?
That is, mimic the actions in Delegating a ZFS Dataset to a Non-Global Zone via OPS Center?
Specifically, this section......
Creating a new pool (delegated_pool
) and a new file system (delegated_filesystem_1
) is easy:
root@solaris11-1:/myzones# zpool create delegated_pool c8t8d0 root@solaris11-1:/myzones# zfs create delegated_pool/delegated_filesystem_1