Displaying 2 results from an estimated 2 matches for "sdf4".
Did you mean:
  sdf
  
2014 Jan 22
4
After USB boot problems on Gigabyte GA-M55Plus-S3G
> > Both sticks show very unusual factors for heads and sectors
> > which are hardly intentional. If BIOS gets confused like fdisk,
> > then the failure to find files is quite plausible.
> > 
> > -------------------------------------------------------------
> > 
> > Could you please exercise what is described for Linux in
> >  
2015 Nov 24
0
LVM - how to change lv from linear to stripped? Is it possible?
...64
$ rpm -qa | grep -i lvm
lvm2-libs-2.02.115-3.el7_1.1.x86_64
lvm2-2.02.115-3.el7_1.1.x86_64
And the solution proposed in above examples does not work on it.
After (lv xxx is only on /dev/sdb4 before):
# lvconvert --mirrors 1 --stripes 4  /dev/cinder-volumes/xxx /dev/sda4
/dev/sdc4 /dev/sdd4 /dev/sdf4
I am getting in "lvdisplay -m":
--- Logical volume ---
  LV Path                /dev/cinder-volumes/xxx
  LV Name                xxx
  VG Name                cinder-volumes
  LV UUID                AKjKAo-66cv-Ygc2-4Ykq-sSJQ-RJOY-mfjoMD
  LV Write Access        read/write
  LV Creation h...