Displaying 20 results from an estimated 20000 matches similar to: "Resizing a PV that belongs within a Volume Group?"
2017 Feb 22
4
how to resize a partition of a disk define as a physical volume
How do you resize the partition without loosing data?
gparted does not support LVM.
On Wed, Feb 22, 2017 at 8:37 AM, SysAdmin <admin at s-s.network> wrote:
> Hi,
>
> you need to resize partition /dev/xvda2, afterwards resize pv.
>
> Regards,
> Holger
>
> > -----Urspr?ngliche Nachricht-----
> > Von: CentOS [mailto:centos-bounces at centos.org] Im Auftrag
2017 Feb 22
2
how to resize a partition of a disk define as a physical volume
I should have added the output of pvs:
[root ~]# pvs
PV VG Fmt Attr PSize PFree
/dev/xvda2 cl_vm731611 lvm2 a-- 9.00g 0
PFree still show 0. It should show 5g.
Also:
[root ~]# pvdisplay /dev/xvda2
--- Physical volume ---
PV Name /dev/xvda2
VG Name cl_vm731611
PV Size 9.00 GiB / not usable 2.00 MiB
Allocatable
2017 Feb 22
2
how to resize a partition of a disk define as a physical volume
Hello,
I have a CentOS VM with only one disk on a Xenserver.
The disk has 2 partitions:
/dev/xvda1 -> /boot
/dev/xvda2 -> a physical volume for LVM
I added 5GB to this disk via Xencenter to extend /dev/xvda2. Usually I
just have to do "pvresize /dev/xvda" to have the additional space added to
the disk. But for some reason it does not work for this disk.
[root ~]# pvresize
2007 Oct 06
2
expand physical volume
Hi.
I added a disk to a hardware raid 5 array and now i want to expand the
LVM physical volume. There are now 4 sas 146GB disks in the server.
The virtual disk /dev/sdb from the raid controller has been resized
successfully with the server management software osma.
[root at srv1 ~]# fdisk -l /dev/sdb
Disk /dev/sdb: 438.4 GB, 438489317376 bytes
255 heads, 63 sectors/track, 53309 cylinders
2012 Jun 15
4
Resizing est4 filesystem while mounted
Greetings -
I had a logical volume that was running out of space on a virtual machine.
I successfully expanded the LV using lvextend, and lvdisplay shows that it
has been expanded. Then I went to expand the filesystem to fill the new
space (# resize2fs -p /dev/vde1) and I get the results that the filesystem
is already xx blocks long, nothing to do. If I do a # df -h, I can see that
the
2009 May 11
3
is it possible to resive a PV in LVM and add more LV's ?
Hi all
I have a remote server (i.e SSH access only) which was incorrectly
partitioned and I urgently need to get it up and running. It's got a 500GB
HDD, but the PV is only 10GB big, so I can't add more LV's to to. P.S. This
is on LVM, btw.
[root at nd11176 ~]# fdisk -l /dev/sda
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders
2006 Dec 21
3
Upgrading to larger HD with LVM
What's the easiest way to transition to a larger HD when using LVM2? I'm
running Centos 4.4. I'm going from a 20gb HD to a 40gb HD. I've already
DD'd it to the 40gb HD. So now I have 20gb of unused space. Ideally, I'd
like to make it one big physical space for the logical space instead of
making another physical partition to expand the logical. Here is what I
have now
2011 Apr 02
3
Best way to extend pv partition for LVM
I've replaced disks in a hardware RAID 1 with larger disks and enlarged
the array. Now I have to find a way to tell LVM about the extra space.
It seems there are two ways:
1. delete partition with fdisk and recreate a larger one. This is
obviously a bit tricky if you do not want to lose data, I haven't
investigated further yet.
2. create another partition on the disk, pvcreate another
2011 Oct 13
1
pvresize on a cLVM
Hi,
I'm needing to expand a LUN on my EMC CX4-120 SAN. (Well I already had done it).
On this LUN I had a PV of a cLVM VG. Know I need to run pvresize on it.
Has anybody done this on a cLVM PV ?
I'm trying to rescan the devices, but I can't "see" the new size. And,
googling on it I can only find RHEL5.2 responses.
Thanks in advance,
2015 Jan 10
3
LVM - pvmove and multiple servers
Hi All.
Looking for some guidance/experience with LVM and pvmove.
I have a LUN/PV being presented from a iscsi SAN. The LUN/PV is presented
to 5 servers as a shared VG they all have LV's they use for data, they are
all connected via iSCSI.
As the SAN I am using is being replaced I need to move onto a new unit.
My migration strategy at this time is to
1. Present a new LUN from the new SAN
2007 Jan 04
2
Freeing pv space for snapshots
After upgrading my HD, I am now wishing I left some space for doing
snapshots. Is there a way to free up some space so I can get some free
PE?
Right now I have this:
# vgdisplay
--- Volume group ---
VG Name VolGroup00
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
2011 Jan 26
2
Resizing EXT3 partition in guest instance CentOS5
Hi,
I have two guest vm instance running CentOS 5 with ext3 partition. I will
like to reduce 1 VM harddisk space and using the 'release' harddisk space to
add onto my second VM. Basically I need to know how can I reduce and
increase an ext3 partition in CentOS KVM. I did a search and basically i can
do it by booting the VM using Knoppix and use Gparted to reduce and increase
the
2010 Feb 24
2
Resizing a btrfs managed partition
Hi,
Let me know if this is the wrong place to ask...
I''m using Fedora 12 x86_64, mostly with the newer 21.6.32 kernel, and
have a single btrfs filesystem within a 120Gb partition.
I''d like to extend the space btrfs can use. One option is presumably
add a new device to btrfs, but I was hoping to simple resize the
existing partition to say 160Gb.
With ext4 I might do
2008 Jan 29
4
Resizing a fat filesystem on a USB partition
Hi All,
I feel this is the most simple question but I am currently going around
and round in circles and searches keep bringing me up Windows tools!! :-(
I have a 512MB USB drive that has a 12MB FAT16 partition on it. How can
I resize this 12MB partition to grow and fill the whole 512MB drive?
Just in case I am being stupid, here is what I am doing... :-)
I would like a quick USB drive that
2016 May 18
4
enlarging partition and its filesystem
Hi all!
I've got a VM at work running C6 on HyperV (no, its not my fault,
that's what the company uses. I'd rather gag myself than own one
of th ose things.)
I ran out of disk space in the VM, so the admin enlarged the virtual disk.
but now I realize I don't know how to enlarge the partition and its
filesystem.
I'll be googling, but in case I miss it, it'd be great if
2012 Feb 24
4
Resize guest filesystem question
Greetings -
I am going through some testing steps to expand a logical volume and the
corresponding filesystem on a KVM guest and have run across a deficiency in
my knowledge. I spent the afternoon yesterday googling for answers, but had
have come up blank still. What I am trying to do is resize the file system
to use the additional disk space that I added to the logical volume that the
2009 Oct 25
2
Move Windows within an LV to another pv safely
----- "Ben M." <centos at rivint.com> wrote:
> Does this appear to be a sound procedure? I have one inline question.
I read your version of the procedure and it looks like you want to skip the pvmove. That's fine, but it means more downtime (an unreliable estimate is one minuted per GB). In that case, you don't even need the snapshot. You won't need a point in time
2012 Mar 19
16
LV resize encrypted volume
Hi,
dom0: Debian Lenny 2.6.26-2-xen-amd64, domU: same. Xen 3.2-1
After resizing a LV on dom0, Xen is not reporting the new extended size
to the PV domU even though dom0 is well aware of the new size. I''ve
rebooted domU (not dom0 yet as that''s running a lot of other domU''s).
The LV I tried to resize is encrypted. Resizing unencrypted volumes
works as expected.
dom0:~#
2016 Nov 25
3
[PATCH 1/2] daemon: allow to change the labels of swap partitions
---
daemon/daemon.h | 1 +
daemon/labels.c | 3 +++
daemon/swap.c | 21 +++++++++++++++++++++
generator/actions.ml | 4 ++++
4 files changed, 29 insertions(+)
diff --git a/daemon/daemon.h b/daemon/daemon.h
index 79a5288..2379e31 100644
--- a/daemon/daemon.h
+++ b/daemon/daemon.h
@@ -254,6 +254,7 @@ extern int64_t ntfs_minimum_size (const char *device);
/*-- in swap.c --*/
2007 Nov 19
10
Resize domU block device?
Is there a way for a domU to discover size changes of block
devices modified by dom0?
To make it clear - if I do in dom0 a lvresize of a logical volume given
as physical disk to a domU, is there a way to use the new size
of this device within the domU without reboot?
Thanks
Ralf
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com