-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
1
-
False
-
-
False
-
-
-
CoreOS East - 276
[3343902694] Upstream Reporter: Dusty Mabe
Upstream issue status: Closed
Upstream description:
```
[core@cosa-devsh ~]$ rpm -qf /etc/nfsmount.conf.d/10-nfsv3.conf
nfsv3-client-utils-2.8.3-3.rc3.fc44.x86_64
[core@cosa-devsh ~]$ rpm -qf /etc/nfsmount.conf.d/10-nfsv4.conf
nfsv4-client-utils-2.8.3-3.rc3.fc44.x86_64[core@cosa-devsh ~]$ ls -l /etc/nfsmount.conf.d/10-nfsv3.conf
lrwxrwxrwx. 1 root root 50 Aug 1 2022 /etc/nfsmount.conf.d/10-nfsv3.conf -> /usr/share/nfs-utils/nfsmount.conf.d/10-nfsv3.conf
[core@cosa-devsh ~]$ ls -l /etc/nfsmount.conf.d/10-nfsv4.conf
lrwxrwxrwx. 1 root root 50 Aug 1 2022 /etc/nfsmount.conf.d/10-nfsv4.conf -> /usr/share/nfs-utils/nfsmount.conf.d/10-nfsv4.conf[core@cosa-devsh ~]$ ls -l /usr/share/nfs-utils/nfsmount.conf.d/10-nfsv3.conf
ls: cannot access '/usr/share/nfs-utils/nfsmount.conf.d/10-nfsv3.conf': No such file or directory
[core@cosa-devsh ~]$ ls -l /usr/share/nfs-utils/nfsmount.conf.d/10-nfsv4.conf
ls: cannot access '/usr/share/nfs-utils/nfsmount.conf.d/10-nfsv4.conf': No such file or directory
```This is causing the `ext.config.files.validate-symlinks` test to fail:
```
20:46:08 Aug 22 00:46:06 qemu0 kola-runext-validate-symlinks[2280]: + fatal 'Error: /etc/nfsmount.conf.d/10-nfsv3.conf symlink to /usr/share/nfs-utils/nfsmount.conf.d/10-nfsv3.conf which does not exist'
```
- links to