Hi,

I'm trying to install a system with an iscsi target, and I'm getting several errors regarding an incorrect disk configuration.

I first tried to set <disk whole_disk="true"> but apparently that's not available with iscsi targets. SelectionError: Invalid request to use whole disk when specifying partitions or slices on disk c0t600144F01569010000004D06060D0004d0

I also tried creating a partition with the full size of the disk, but I get the following error:
SelectionError: Could not determine the available size in pool 'rpool'.

I'd appreciate if someone could suggest a working manifest that I could use in this case?

Thanks,
David


Manifest used (relevant section):

<!DOCTYPE auto_install SYSTEM "file:///usr/share/install/ai.dtd">
<auto_install>
<ai_instance name="client" auto_reboot="false">
<target>
<disk whole_disk="false">
<iscsi name="iqn.1986-03.com.sun:01:server:client" target_lun="0" target_port="3260">
<ip>x.x.x.x</ip>
</iscsi>
<partition action="delete" name="1"/>
<partition action="delete" name="2"/>
<partition action="delete" name="3"/>
<partition action="delete" name="4"/>
<partition action="create" name="1" part_type="191"/>
<logical>
<zpool name="rpool" is_root="true">
<filesystem name="export" mountpoint="/export"/>
<filesystem name="export/home"/>
<be name="solaris"/>
</zpool>
</logical>
</disk>
</target>
<software type="IPS">
...

--
David Garcia
Software Engineer ON-PIT
Oracle, Inc
[email protected]
--In Soviet Russia, bugs log you--

_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to