Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-32338

[10.0-beta] Find missing files by `rpm --verify nfs-utils` after erasing this package before

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • rhel-10.0.beta
    • nfs-utils
    • None
    • sst_filesystems
    • ssg_filesystems_storage_and_HA
    • None
    • False
    • Hide

      None

      Show
      None
    • None

      What were you trying to do that didn't work?

      After `rpm --erase` and `dnf install` the nfs-utils package, then check with `rpm --verify` and it shows some missing files.

      [root@kvm-02-guest27 ~]# rpm --verify nfs-utils
      missing     /var/lib/nfs/statd
      missing     /var/lib/nfs/statd/sm
      missing     /var/lib/nfs/statd/sm.bak
      missing     /var/lib/nfs/v4recovery

      p.s. `dnf reinstall nfs-utils` will clear that warning.

      Please provide the package NVR for which bug is seen:

      nfs-utils-2.6.4-0.rc4.el10.x86_64

      How reproducible:

      always

      Steps to reproduce

      1. rpm -e nfs-utils --nodeps
      2. dnf install nfs-utils -y
      3. rpm -V nfs-utils

      Expected results

      Actual results

       

      [root@kvm-02-guest27 ~]# rpm -q nfs-utils
      nfs-utils-2.6.4-0.rc4.el10.x86_64
      [root@kvm-02-guest27 ~]# rpm -V nfs-utils
      [root@kvm-02-guest27 ~]# rpm -e nfs-utils --nodeps >/dev/null
      Removed "/etc/systemd/system/multi-user.target.wants/nfs-client.target".
      Removed "/etc/systemd/system/remote-fs.target.wants/nfs-client.target".
      Warning: The unit file, source configuration file or drop-ins of nfs-client.target changed on disk. Run 'systemctl daemon-reload' to reload units.
      Warning: The unit file, source configuration file or drop-ins of nfs-server.service changed on disk. Run 'systemctl daemon-reload' to reload units.
      warning: directory /var/lib/nfs/rpc_pipefs: remove failed: Device or resource busy
      [root@kvm-02-guest27 ~]# systemctl daemon-reload
      [root@kvm-02-guest27 ~]# dnf install -y nfs-utils >/dev/null
      [root@kvm-02-guest27 ~]# systemctl daemon-reload
      [root@kvm-02-guest27 ~]# rpm -V nfs-utils
      missing     /var/lib/nfs/statd
      missing     /var/lib/nfs/statd/sm
      missing     /var/lib/nfs/statd/sm.bak
      missing     /var/lib/nfs/v4recovery
      [root@kvm-02-guest27 ~]# rpm -q nfs-utils
      nfs-utils-2.6.4-0.rc4.el10.x86_64
      [root@kvm-02-guest27 ~]#

       

       

            stevedatrhn Steve Dickson
            rhn-support-yoyang Yongcheng Yang
            Steve Dickson Steve Dickson
            Yongcheng Yang Yongcheng Yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: