威联通的 ZFS 看起来并不是 OpenZFS ,用起来有点奇怪。
zpool status
,发现报错。手动 scrub 了一次,问题依旧。
# zpool status -xv
pool: zpool1
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://illumos.org/msg/ZFS-8000-8A
scan: scrub repaired 0 in 0 days 00:16:51 with 1 errors on Thu Apr 27 02:11:14 2023
prune: never
renew: none requested
config:
NAME STATE READ WRITE CKSUM
zpool1 ONLINE 0 0 1
qzfs/enc_0/disk_0x6_[序列号]_3 ONLINE 0 0 0
qzfs/enc_0/disk_0x7_[序列号]_3 ONLINE 0 0 2
errors: Permanent errors have been detected in the following files:
zpool1/$SHADOW:<0x1> (180:1:0:1458175)
同样的,在 zpool2 中也存在:
errors: Permanent errors have been detected in the following files:
zpool2/$SHADOW:<0x1> (180:1:0:21594879)
zpool1 和 zpool2 是两个完全不同的阵列构成,磁盘间无关联。
问题来了:
zpool1/$SHADOW:<0x1>
是什么东西?并没有这个名字的数据集,也不存在这个文件。尝试了 zfs clear zpool1
,并不能解决这个问题。奇怪。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.