"Gary M. Dennis" wrote: > 1. How does OpenSolaris zfs utilize the storage tier on System z? Are the > disks allocated to zfs pool(s) simply reserved CMS formatted disks?
Exactly that: minidisks used by OpenSolaris on z port ("sirius" for short) are CMS-formatted and RESERVE-d minidisks. That way sirius knows which minidisks to *not* touch. > 2. How does the Async I/O in ZFS work? Would the guest that requested the > I/O be signaled with an ext interrupt by the I/O appliance? Do you mean from the POSIX API level or at the virtual machine I/O level? ZFS obeys standard POSIX semantics for file I/O, including the ability to specify sync semantics. >From the physical I/O perspective, everything is done by DIAG 250, which permits non-guest-blocking I/O. > 3. What API/system transport layer would be used in VM for guests to conduct > I/O through an appliance managing ZFS? Not sure what you mean by this - could you explain? Guests running which OS talking to an appliance running where? regards, Jeff