Dell EMCUnity – NFS v4 .ckpt-Zugriff Keine solche Datei oder Verzeichnis
Summary: Auswirkungen: NFS V4 kein Zugriff auf den ausgeblendeten Ordner .ckpt
Symptoms
In Unity hat der Kunde die Möglichkeit, über NFS-Mounts nativ auf den .ckpt-Ordner zuzugreifen. Beim Zugriffsversuch wird dem Nutzer jedoch möglicherweise der folgende Fehler angezeigt:
root@peeps-peepsiso ~]# mount unity201fs1:/PFS01 /mnt/unity201
[root@peeps-peepsiso ~]# df -h
Dateisystemgröße Verwendet Avail Use% Mounted on
...
unity201fs1:/PFS01 1021G 299G 723G 30% /mnt/unity201
[root@peeps-peepsiso ~]# mounten
...
Unity201FS1:/PFS01 auf /mnt/unity201 Typ NFS (rw,vers=4,addr=10.xx.xx.xx,clientaddr=10.xx.xx.xx)
[root@peeps-peepsiso ~]# cd /mnt/unity201/
[root@peeps-peepsiso unity201]# ls
### EMC Unity ThunderBird 1TB Thin FS ### Protokolle Öffentliche SSG_Imports Unity_TB_vVNX
...
[root@peeps-peepsiso unity201]# cd .ckpt-bash
: cd: .ckpt: No such file or directory
Resolution
Das Problem ist nur
für NFS V4-Mounts relevant. Workaround:
NFS v3 remount bietet Zugriff auf die .ckpt, FS kann neu gemountet oder auf einen alternativen Einhängepunkt als v3:
[show remount example]
[root@peeps-peepsiso unity201]# cd ..
[root@peeps-peepsiso mnt]# umount unity201/
[root@peeps-peepsiso mnt]# mount -t nfs -o vers=3 unity201fs1:/PFS01 /mnt/unity201
[root@peeps-peepsiso mnt]# df -h
Verwendete Dateisystemgröße Verfügbare Nutzung% Montiert auf
...
unity201fs1:/PFS01 1021G 299G 723G 30% /mnt/unity201
[root@peeps-peepsiso mnt]# mounten
...
unity201fs1:/PFS01 auf /mnt/unity201 Typ NFS (rw,vers=3,addr=10.xx.xx.xx)
[root@peeps-peepsiso mnt]# cd unity201/
[root@peeps-peepsiso unity201]# ls
### EMC Unity ThunderBird 1TB Thin FS ### Protokolle Öffentliches SSG_Imports Unity_TB_vVNX
...
[root@peeps-peepsiso unity201]# cd .ckpt
[root@peeps-peepsiso .ckpt]# ls
2016_03_28_22.28.26_GMT 2016_06_04_08.00.03_GMT 2016_06_06_08.00.01_GMT 2016_06_08_08.00.02_GMT
2016_06_03_08.00.01_GMT 2016_06_05_08.00.01_GMT 2016_06_07_08.00.01_GMT 2016_06_09_08.00.02_GMT
[root@peeps-peepsiso .ckpt]#
Auflösung : Permanente Korrektur wird in der nächsten Version von Unity (Falcon) eingeführt.