OpenSolaris

Printable Version Enter a New Search
Bug ID 6621749
Synopsis Can not add LDoms virtual disks with a VTOC label to an OBAN diskset
State 11-Closed:Verified (Closed)
Category:Subcategory utility:cmd-svm-sc
Keywords ldoms | ldoms-1.1RR-notes-needed
Responsible Engineer Achim Maurer
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix s10u6_01
Fixed In s10u6_01
Release Fixed solaris_10u6(s10u6_01) , solaris_nevada(snv_86) (Bug ID:2159583)
Related Bugs
Submit Date 25-October-2007
Last Update Date 19-February-2009
Description
In a LDoms guest domain, we can not add a virtual disk to an OBAN disk set
if the disk has a VTOC label; this fails with the following error:

# metaset -s oban_3

Multi-owner Set name = oban_3, Set number = 2, Master = 

Host                Owner          Member
  vzkiya2a                         Yes 
  vzkiya1a                         Yes 

# scdidadm -L d5
5        vzkiya2a:/dev/rdsk/c0d4        /dev/did/rdsk/d5     
5        vzkiya1a:/dev/rdsk/c0d4        /dev/did/rdsk/d5     

# metaset -s oban_3 -a /dev/did/rdsk/d5
metaset: vzkiya2a: oban_3: drive d5 is not common with host vzkiya1a

There is no such problem when adding the disk to a regular (non OBAN)
disk set; or if we put an EFI label on the disk instead of a VTOC label.
[ removed incorrect description ]
Work Around
To add a LDoms virtual disk to an OBAN diskset, the virtual disk needs to have an
EFI label and not a VTOC label. The disk label can be changed from VTOC to EFI
with the 'label' option of the 'format -e' command.
Comments
N/A