Lvm2-pvscan service error on Suse LPAR or machine boot

From Notes_Wiki
Revision as of 11:46, 3 August 2022 by Saurabh (talk | contribs) (Created page with "Home > Suse > Lvm2-pvscan service error on Suse LPAR or machine boot If we see following error while booting Suse LPAR or physical machine: <pre> FAILED] Failed to start LVM2 PV scan on device 254:7. See 'systemctl status lvm2-pvscan@254:7.service' for details </pre> Then the issue can be resolved by: # Login into emergency mode by entering root password # Start the lvm2 service manually: #:<pre> #:: systemctl start lvm2-pvscan@254:7.service...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > Suse > Lvm2-pvscan service error on Suse LPAR or machine boot

If we see following error while booting Suse LPAR or physical machine:

FAILED] Failed to start LVM2 PV scan on device 254:7.
See 'systemctl status lvm2-pvscan@254:7.service' for details

Then the issue can be resolved by:

  1. Login into emergency mode by entering root password
  2. Start the lvm2 service manually:
    systemctl start lvm2-pvscan@254:7.service
  3. Then resume booting with
    systemctl default
  4. After this the further reboots of the machine did not require above steps again. In future lvm2-pvscan seemed to start properly.



Home > Suse > Lvm2-pvscan service error on Suse LPAR or machine boot