Hi All,

I have a question about the new AI ai_manifest format in b147. I have an pre-b147 ai manifest which uses the 'max_size' value to assign the whole disk to a slice. After running the 'old-to-new.py' script to convert the old ai manifest to new ai manifest file, the 'size val' is set to '0mb' instead. If I want to create a slice and assign the entire disk to it, what is the value should I use
in the 'size val' below for the new ai manifest?

Thanks,
Son


Old ai manifest:
<!-- Make slice zero the whole disk. -->

<ai_device_vtoc_slices><slice_action>create</slice_action><slice_number>0</slice_number><slice_size>max_size</slice_size></ai_device_vtoc_slices>

New ai manifest:
<slice action="create" name="0">
          <size val="0mb"/>
        </slice>
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to