zone / container queries
We have a zone that is running fine and I need to expand the file system but not able to with the following (note that metattach has no problem):
# growfs -M /u04 /dev/md/dsk/d104
devinfo: /dev/md/dsk/d104: Inappropriate ioctl for device
growfs: cannot get partition size
I compared with another zone and found out that no files in /dev/md/rdsk but there are files in /dev/md/dsk as follows:
# ls -ls
total 0
# ls -ls ../dsk
total 0
0 brw-r----- 1 root sys 85, 100 Jul 17 2012 d100
0 brw-r----- 1 root sys 85, 101 Jul 17 2012 d101
0 brw-r----- 1 root sys 85, 102 Jul 17 2012 d102
0 brw-r----- 1 root sys 85, 103 Jul 17 2012 d103