Displaying 1 result from an estimated 1 matches for "sv_113".
2009 Jun 16
3
Adding zvols to a DomU
I''m trying to add extra zvols to a Solaris10 DomU, sv_113 Dom0
I can use
virsh attach-disk <name> <zvol> hdb --device phy
to attach the zvol as c0d1. Replacing hdb by hdd gives me c1d1 but then
that is it. Being able to attach several more zvols would be nice but even
being able to get at c1d0 would be useful
Am I missing something or ca...