Difference between revisions of "Pvs"

From wikieduonline
Jump to navigation Jump to search
Line 28: Line 28:
  
 
== Activities ==
 
== Activities ==
* Change <code>no_path_retry</code> to <code>no_path_retry queue</code> in <code>[[multipath.conf]]</code><ref>http://manpages.org/multipathconf/5</ref> configuration options to avoid [[pvs]] to hang : https://www.suse.com/support/kb/doc/?id=7022310
+
* Change <code>no_path_retry</code> to <code>no_path_retry queue</code> in <code>[[multipath.conf]]</code><ref>http://manpages.org/multipathconf/5</ref> configuration options to avoid <code>[[pvs]]</code> to hang : https://www.suse.com/support/kb/doc/?id=7022310
  
 
== See also ==
 
== See also ==

Revision as of 13:52, 11 December 2019

LVM



Examples

pvs
No output if not devices

Example output, with one PV create but not assigned to any VG:

pvs
  PV                                              VG       Fmt  Attr PSize    PFree
  /dev/mapper/3600508b1001c553702fe495119c850f1p1 VG1 lvm2 a--  <446.60g  32.00m
  /dev/mapper/3600a09803831416c592b4f566453764t            lvm2 ---   250.00g 250.00g
  /dev/sdc4                                       VG2     lvm2 a--    <8.28t 100.00g

Output with missing device:

pvs
  WARNING: Device for PV R3Hfm8-5J2Z-Tl59-5Q5O-ZpDq-foNa-SGpQst not found or rejected by a filter.
  PV                                              VG       Fmt  Attr PSize    PFree
  /dev/mapper/3600508b1001c553702fe495119c850f1p1 VG1 lvm2 a--  <446.60g  32.00m
  /dev/mapper/3600a09803831416c592b4f566453764t            lvm2 ---   250.00g 250.00g
  /dev/sdc4                                       VG2     lvm2 a--    <8.28t 100.00g


Activities

See also

scan: pvscan vgscan
LVM: lvs lvmscan lvm fullreport lvmreport lvmconfig lvmdump lvmcheck lvm dumpconfig
Scan: pvs vgs lvs pvscan vgscan
PV: pvcreate pvremove pvscan pvremove pvscan pvs pvchange pvck pvdisplay pvresize
LV: lvdisplay lvcreate lvremove, lvresize, lvextend, lvreduce, lvrename
VG: vgdisplay,vgcreate,vgremove, vgextend, vgreduce, vgscan, vgchange, vgrename, vgcfgbackup, vgcfgrestore, vgimportclone, vgck
Check commands: pvck vgck
  1. http://manpages.org/multipathconf/5
  2. Advertising: