I am new to ZFS. A directory under ZFS is behaving strangely:
The files in the directory are not being altered. I am running zpool scrub to check the file system at the moment and then going to reboot the system. However, this is rather concerning. What could have caused this behaviour?
Code:
[nyan@orange ~]$ ls nyan16 |wc
23099 23099 1108752
[nyan@orange ~]$ ls nyan16 |wc
17561 17561 842928
[nyan@orange ~]$ ls nyan16 |wc
12413 12413 595824
[nyan@orange ~]$ ls nyan16 |wc
7735 7735 371280
[nyan@orange ~]$ ls nyan16 |wc
ls: nyan16: No such file or directory
0 0 0
[nyan@orange ~]$ ls nyan16 |wc
16205 16205 777840
[nyan@orange ~]$
The files in the directory are not being altered. I am running zpool scrub to check the file system at the moment and then going to reboot the system. However, this is rather concerning. What could have caused this behaviour?