小编Mag*_*ron的帖子

“zfs get all”返回附加了“%”(百分号)的文件系统的属性

在使用 zfs 时,我看到某些现有文件系统的“zfs get all”会列出在文件系统名称中添加“%”(百分号)的属性。像这样:

# zfs list
...
test_zpool2/test_vol_91   564M  19.4G   564M  /vol/test_zpool2/test_vol_91

# zfs get all
...
test_zpool2/test_vol_91   version     6                             -
test_zpool2/test_vol_91   vscan       off                           default
test_zpool2/test_vol_91   xattr       on                            default
test_zpool2/test_vol_91   zoned       off                           default
...
test_zpool2/test_vol_91%  creation    Wed Nov 19 17:01 2014         -
test_zpool2/test_vol_91%  mountpoint  /vol/test_zpool2/test_vol_91  -
test_zpool2/test_vol_91%  share.*     ...                           inherited
test_zpool2/test_vol_91%  zoned       off                           default
Run Code Online (Sandbox Code Playgroud)

我一直无法找出这是什么原因,手册页中没有提到任何内容。有人知道吗?

更多输出

# zfs list -H
rpool                           11.7G   7.60G   4.64M   /rpool
rpool/ROOT                      9.10G   7.60G   31K     legacy
rpool/ROOT/solaris              9.10G   7.60G   7.50G …
Run Code Online (Sandbox Code Playgroud)

zfs solaris-11

5
推荐指数
1
解决办法
1845
查看次数

标签 统计

solaris-11 ×1

zfs ×1