Ljubomir Ljubojevic
2014-Jun-24 18:37 UTC
[CentOS] How to remove LVM Physical Volume from Volume Group?
Hi. I have a volume group (let's say) vg_data.
It consists from /dev/sdd5
sdd6
sdd7
I added sdc5
Now I want to remove (free) sdd7 and you is to for RAID partition.
What are the commands (ordered) I need to perform? I failed to find
clear howto.
vg-data has only one partition, total size is over 1TB, free space is
about 500GB so there is a plenty or room.
--
Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
James A. Peltier
2014-Jun-24 18:47 UTC
[CentOS] How to remove LVM Physical Volume from Volume Group?
----- Original Message ----- | Hi. I have a volume group (let's say) vg_data. | It consists from /dev/sdd5 | sdd6 | sdd7 | I added sdc5 | | Now I want to remove (free) sdd7 and you is to for RAID partition. | | What are the commands (ordered) I need to perform? I failed to find | clear howto. | | | vg-data has only one partition, total size is over 1TB, free space is | about 500GB so there is a plenty or room. did you pvmove the extents that are on the drive you want to remove? -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpeltier at sfu.ca Website : http://www.sfu.ca/itservices To be original seek your inspiration from unexpected sources.
Zhang, Jonathan
2014-Jun-24 19:31 UTC
[CentOS] How to remove LVM Physical Volume from Volume Group?
Fidsk -l (you will see sdd5, sdd6 and sdd7)
Pvdisplay (to make sure the Allocated PE on /dev/sdd7
Vgreduce vg_data /dev/sdd7
Pvremove /dev/sdd7
(before you run vgreduce you need to move all data from sdd7 to new dic
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
Behalf Of Ljubomir Ljubojevic
Sent: Tuesday, June 24, 2014 11:37 AM
To: CentOS mailing list
Subject: [CentOS] How to remove LVM Physical Volume from Volume Group?
Hi. I have a volume group (let's say) vg_data.
It consists from /dev/sdd5
sdd6
sdd7
I added sdc5
Now I want to remove (free) sdd7 and you is to for RAID partition.
What are the commands (ordered) I need to perform? I failed to find clear howto.
vg-data has only one partition, total size is over 1TB, free space is
about 500GB so there is a plenty or room.
--
Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
_______________________________________________
CentOS mailing list
CentOS at centos.org
http://lists.centos.org/mailman/listinfo/centos
Lamar Owen
2014-Jun-25 14:30 UTC
[CentOS] Thunderbird bug exemplar (was:Re: How to remove LVM Physical Volume from Volume Group?)
[Top posting intentionally]. This e-mail triggers the Thunderbird bug, previously discussed,for me. The error message is: Bad key or directory name: "/desktop/gnome/url-handlers/GMT+03/command": `+' is an invalid character in key/directory names and appears to be triggered by the + in the timezone. On 06/24/2014 03:44 PM, Eero Volotinen wrote: ......