RHEL 7.2 or above or CentOS reboots or freezes during backup job.

book

Article ID: 100044176

calendar_today

Updated On:

Description

Error Message

Large amount of following messages are generated during backup:

"kernel: 3>Failed to get the sSD info"

Cause

In RHEL 7.2 and above or CentOS a new file system probe rule is added. Due to this new rule VSRL snapshot devices are being probed which is interfering with the VSRL backups.

Resolution

To overcome this undesired behavior, please update the udev rule so that it won’t probe VSRL specific device :

  1. cp -p /usr/lib/udev/rules.d/60-persistent-storage.rules /etc/udev/rules.d/60-persistent-storage.rules
  2. Change the following text in the file ‘/etc/udev/rules.d/60-persistent-storage.rules’

    - before
    # probe filesystem metadata of disks
    KERNEL!="sr*", IMPORT{builtin}="blkid"

    - after
    # probe filesystem metadata of disks
    KERNEL!="sr*|snap*", IMPORT{builtin}="blkid"
     
  3. Reboot the server.
  4. Run Backup.

Issue/Introduction

RHEL 7.2 or above or CentOS reboots or freezes during backup job.