http://bugzilla.opensuse.org/show_bug.cgi?id=997637 http://bugzilla.opensuse.org/show_bug.cgi?id=997637#c23 --- Comment #23 from Neil Rickert <nwr10cst-oslnx@yahoo.com> ---
pv_major:pv_minor should be replaced by PV's major and minor number
Oops. Sorry about that. Let's try again. First, after a successful boot: ---- # systemctl status lvm2-lvmetad.service ● lvm2-lvmetad.service - LVM2 metadata daemon Loaded: loaded (/usr/lib/systemd/system/lvm2-lvmetad.service; disabled; vendor preset: disabled) Active: active (running) since Wed 2016-09-28 22:30:34 CDT; 3min 38s ago Docs: man:lvmetad(8) Main PID: 1104 (lvmetad) Tasks: 1 (limit: 512) CGroup: /system.slice/lvm2-lvmetad.service └─1104 /sbin/lvmetad -f Sep 28 22:30:34 nwr8 systemd[1]: Started LVM2 metadata daemon. # systemctl status lvm2-pvscan@8:21.service ● lvm2-pvscan@8:21.service - LVM2 PV scan on device 8:21 Loaded: loaded (/usr/lib/systemd/system/lvm2-pvscan@.service; static; vendor preset: disabled) Active: inactive (dead) Docs: man:pvscan(8) ---- And next, from emergency mode after a failed boot: ---- # systemctl status lvm2-lvmetad.service ● lvm2-lvmetad.service - LVM2 metadata daemon Loaded: loaded (/usr/lib/systemd/system/lvm2-lvmetad.service; disabled; vendor preset: disabled) Active: active (running) since Wed 2016-09-28 22:46:12 CDT; 2min 34s ago Docs: man:lvmetad(8) Main PID: 1162 (lvmetad) Tasks: 1 (limit: 512) CGroup: /system.slice/lvm2-lvmetad.service └─1162 /sbin/lvmetad -f Sep 28 22:46:12 nwr8 systemd[1]: Started LVM2 metadata daemon. # systemctl status lvm2-pvscan@8:21.service ● lvm2-pvscan@8:21.service - LVM2 PV scan on device 8:21 Loaded: loaded (/usr/lib/systemd/system/lvm2-pvscan@.service; static; vendor preset: disabled) Active: inactive (dead) Docs: man:pvscan(8) ---- The first two boots tonight were successful. The third went into emergency mode over the LVM problem. -- You are receiving this mail because: You are on the CC list for the bug.