Use filesystem(e.g.vxfs) inside local zone without loopfs

来源:互联网 发布:r语言与数据挖掘 答案 编辑:程序博客网 时间:2024/05/21 06:36

[root@vcsv245i /]#>zonecfg -z zone1 info
...
fs:
        dir: /dmnt
        special: /dev/vx/dsk/zonedg/vol1
        raw: /dev/vx/rdsk/zonedg/vol1
        type: vxfs
        options: []

 

This will make sure that, volume "/dev/vx/dsk/zonedg/vol1" will be mounted on /dmnt in local zone when local zone is starting, of course, if there is corrupt occur in fs, which will lead to mount failure, and zone starts failed also.

原创粉丝点击