04:34:52 Are there any issues with exporting a whole disk through comstar iscsi or anything special I need to do? I'm trying export all the disks of a zpool with some encrypted datasets so I can access them 04:35:30 The initiator machine sees the proper lun size, but isn't seeing anything on the disks 04:36:25 The zpool isn't imported on the target machine 04:38:01 (I've never used physical disks before, only zvols) 12:47:21 copec you had some data on those disks? 16:07:08 tsoome: yeah. I converted a machine to omnios from linux, but it can’t mount some encrypted zfs datasets. I only need some specific things off them so I figured I would try this. 17:07:33 then you need to specify separate storage for lun metadata 20:43:50 [illumos-gate] 15307 zpool status -v list wrong devicename after 15232 -- Marco van Wieringen 22:32:44 tsoome: Is that meta=path when adding the lun? ( https://illumos.org/man/8/stmfadm ) 22:34:49 Ah, "Logical units registered with the STMF require space for the metadata to be stored. When a zvol is specified as the backing store device, the default will be to use a special property of the zvol to contain the metadata. For all other devices, the default behavior will be to use the first 64k of the device. An alternative approach would be to use the meta property in a create-lu subcommand to specify an alternate file to contain the metadata. 22:34:49 It is advisable to use a file that can provide sufficient storage of the logical unit metadata, preferably 64k."