[Bug 1790468] Re: system-summary shows wrong physical volume state

Tim Potter 1790468 at bugs.launchpad.net
Wed Mar 9 21:05:52 UTC 2022


I can also confirm this bug occurs for me, and led me down a rabbit hole
trying to understand the lvm physical volume status validation.

replacing "pvck >/dev/null 2>&1" with "pvs --no-headings|awk '{print
$1}'|xargs pvck >/dev/null 2>&1" allows the tool to output the correct
status.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to friendly-recovery in Ubuntu.
https://bugs.launchpad.net/bugs/1790468

Title:
  system-summary shows wrong physical volume state

Status in friendly-recovery package in Ubuntu:
  Confirmed

Bug description:
  - Ubuntu is started in recovery mode
  - I choose "system summary"

  - every time I do this it shows:
   === LVM state ===
  Physical Volumes: not ok (BAD)

  I guess that's because of a wrong pvck call in /lib/recovery-
  mode/options/system-summary, it is called without arguments, which
  leads to an error.

  Ubuntu 18.04.1 LTS
  friendly-recovery 0.2.38

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1790468/+subscriptions




More information about the foundations-bugs mailing list