07:49:55 there was a wallops joke made around that time. 19:13:05 Hi, 19:14:01 I am trying to attach a dataset to a zone. I have already set it as "legacy" in the GZ, but if I try to attach it: 19:14:06 root@omnios:~# zonecfg -z vault 19:14:06 zonecfg:vault> add fs 19:14:06 zonecfg:vault:fs> set type=zfs 19:14:06 zonecfg:vault:fs> set special=tank/storage/vault 19:14:06 zonecfg:vault:fs> set dir=vault 19:14:08 zonecfg:vault:fs> end 19:14:16 dir vault is not an absolute path 19:15:22 it isn't mounted anywhere, and this is an encrypted dataset. Is this the correct way attaching it? Or am I supposed to use the "dataset" property? 19:29:37 I have found a type, it should be set dir=/vault 19:31:37 Ah yeah, that would make sense 19:34:16 but now: 19:34:19 root@omnios:~# zonecfg -z vault 19:34:19 zonecfg:vault> add fs 19:34:19 zonecfg:vault:fs> set type=zfs 19:34:19 zonecfg:vault:fs> set special=tank/storage/vault 19:34:19 zonecfg:vault:fs> set dir=/vault 19:34:21 zonecfg:vault:fs> end 19:34:24 zonecfg:vault> verify 19:34:26 zonecfg:vault> commit 19:34:29 zonecfg:vault> exit 19:34:33 root@omnios:~# zadm boot vault 19:34:36 zone 'vault': "/usr/lib/fs/zfs/mount tank/storage/vault /zones/vault/root/vault" failed with exit code 1 19:34:39 zoneadm: zone 'vault': call to zoneadmd failed 19:34:41 ERROR: cannot boot zone vault: 19:34:44 root@omnios:~# 19:34:47 What am I doing wrong here? 19:35:14 the target directory /vault doesn't exists in the zone yet