Dell EMCUnity – NFS v4 .ckpt-åtkomst Ingen sådan fil eller katalog
Summary: Effekt: NFS V4 ingen åtkomst till dold .ckpt-mapp
Symptoms
I Unity har kunden möjlighet att komma åt .ckpt-mappen från NFS-monteringen internt, men när användaren försöker komma åt kan följande fel visas:
root@peeps-peepsiso ~]# mount unity201fs1:/PFS01 /mnt/unity201
[root@peeps-peepsiso ~]# df -h
Filsystemstorlek som används Avail Use% monterad på
...
unity201fs1:/PFS01 1021G 299G 723G 30% /mnt/unity201
[root@peeps-peepsiso ~]# montering
...
unity201fs1:/PFS01 på /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 tunn FS ### Loggar offentlig SSG_Imports Unity_TB_vVNX
...
[root@peeps-peepsiso unity201]# cd .ckpt-bash
: cd: .ckpt: No such file or directory
Resolution
Problemet är endast
relevant för NFS V4-montering Lösning:
NFS v3 återmontering ger åtkomst till .ckpt, FS kan återmonteras eller monteras till en alternativ monteringspunkt som v3:
[visar återmonteringsexempel]
[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
Filsystemstorlek som används Avail Use% Monterad på
...
unity201fs1:/PFS01 1021G 299G 723G 30 % /mnt/unity201
[root@peeps-peepsiso mnt]# montering
...
unity201fs1:/PFS01 på /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 tunn FS ### loggar offentlig 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]#
Resolution : Permanent korrigering kommer att introduceras i nästa version av Unity (Falcon)