Displaying 20 results from an estimated 109 matches for "lvresiz".
Did you mean:
lvresize
2007 Nov 29
1
lvresize --resizefs
Hi,
There is a difference between the help of lvresize and its man page.
In the manpage, there is nothing about the -r or --resizefs function.
Centos4.
[root at serv01 ~]# lvresize
Please specify either size or extents (not both)
lvresize: Resize a logical volume
lvresize
[-A|--autobackup y|n]
[--alloc AllocationPolicy]...
2011 Sep 19
4
LVM lvresize/lvextend requires some space in /etc to grow a logical volume?
Side note:
In CentOS-6, I noticed a new option in lvresize / lvextend:
-r, --resizefs
Resize underlying filesystem together with the logical
volume using
fsadm(8).
Nice. Two steps (lvresize and resize2fs) can now be combined into one!
Works great.
But that has nothing to do with my question, just thought I'd share...
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
http://lists.xensource.com/xen-users
2008 Oct 29
3
resize LVM (ext3)
Hello guys,
my scenario is following
1. I have LVM group named "system"
2. I have a logical volumes
- system/root , ext3 mounted as / (20GB)
- system/swap, swap
- system/home, ext3 mounted as /home (431GB)
I need to shrink system/home to 80GB (currently there is 57GB used) and use
free space to create another logical volumes.
My scenario is
1. reduce
2006 Jan 04
2
Disk Partition questions
I selected the defaults in partitioning my drive and df -h shows:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
18G 2.5G 15G 15% /
/dev/hda1 99M 12M 82M 13% /boot
none 126M 0 126M 0% /dev/shm
Now I am getting ready to install Scalix CE and it is telling me a
whole story about what my
2007 Jan 04
2
Freeing pv space for snapshots
...0mB18U-4VRo-1GMC-oKdf-ZndA-slFy-eOQtYD
So, it won't let me do this:
# lvcreate -L1G -s -n fullbakup /dev/VolGroup00/LogVol00
Insufficient free extents (0) in volume group VolGroup00: 32 required
Ext2online will not reduce size, so the man page says and I also tried it
for the fun of it.
lvresize won't work either.
2013 Oct 07
1
Bug#725676: resizing SR fails
...n't seem to detect the new space
I've tried various things:
- using pvresize so that LVM detects the bigger partition
pvresize /dev/sda6
and the pvscan command now shows the correct space. running "xe
sr-scan uuid=$UUID" after this failed to detect the space
- using lvresize to increase the underlying LV for the SR, e.g.
lvresize -l +12345 /dev/VG/$UUID
Now lvs shows the right amount of space, but "xe sr-scan uuid=$UUID"
after this failed to detect the space
- I also tried using sr-param-set:
# VALUE= ( manually extracted from lvs --unit...
2011 Jun 08
1
Resizing ext4 fedora qemu guest
...lume group(?)
is not the correct size. fdisk from within the guest also shows the
correct size for the device. I've tried resize2fs from within the
guest. Does virt-resize understand the ext4 filesystem and how to
properly resize it? Is that my problem?
I've also tried using guestfish with lvresize-free without success:
<fs> lvresize-free /dev/mapper/vg_custserv-lv_home 100
libguestfs: error: lvresize_free: New size (5876 extents) matches
existing size (5876 extents)
Run `lvresize --help' for more information.
I'm really not sure what to do next. Any ideas greatly appreci...
2011 Jun 08
1
Resizing ext4 fedora qemu guest
...lume group(?)
is not the correct size. fdisk from within the guest also shows the
correct size for the device. I've tried resize2fs from within the
guest. Does virt-resize understand the ext4 filesystem and how to
properly resize it? Is that my problem?
I've also tried using guestfish with lvresize-free without success:
<fs> lvresize-free /dev/mapper/vg_custserv-lv_home 100
libguestfs: error: lvresize_free: New size (5876 extents) matches
existing size (5876 extents)
Run `lvresize --help' for more information.
I'm really not sure what to do next. Any ideas greatly appreci...
2012 Jun 16
2
Online resizing disk Windows Dom U
Hi,
We have some problems with Xen 4.0.1 and resinzing of lvm volumes.
When I resize a lvm volume with "lvresize -L+50G -n
/dev/data/windows-data" the Windows Dom U don''t scan the new size of the
lvm volume.
The only way to see the extend is to halt and create the DomU
We have try with sign and unsigned drivers gplpv, with Windows 2008 and
Windows 2003 server :
http://apt.univention.de/down...
2015 Jun 25
2
LVM hatred, was Re: /boot on a separate partition?
...rits are 'security' and 'transparency'.
<snip>
> HA! You only really need to learn *one* command: the man command. The
> man provides 'enlightenment' for all other commands:
>
> man vgdisplay
> man lvdisplay
> man lvcreate
> man lvextend
> man lvresize
> man lvreduce
> man lvremove
> man e2fsck
> man resize2fs
<snip>
You missed one: man man.
mark
2008 Apr 06
8
Is XVD live resize possible?
Hi!
Say I export an LVM logical volume from dom0 as /dev/xvda to the domU:
disk = [ ''phy:xenimages/stan,xvda,w'' ]
No I can lvresize xenimages/stan in dom0, but the domU stays ignorant
of this change. How could I propagate the resize to the domU without
rebooting or temporarily breaking its connection to /dev/xvda? Sort
of a SCSI rescan, perhaps?
--
Thanks,
Feri.
_______________________________________________
Xen-users mai...
2009 Sep 08
3
Resize Guest Disk
Hi all,
i''ve a Problem :)
I tried to resize a disk of my data guest from 100 to 400 GB.
I did an lvresize /dev/xendata/data-disk -L 400G an it works.
I started the Guest and did an df -h to check the size but there are still
100 G :( Can somebody tell me whats wrong? i dont want to lose my data at the Disk!
The Machine is Debian Lenny and the guest OS also.
King Regards
Florian Rahmann
alias Dexter...
2015 Jun 25
2
LVM hatred, was Re: /boot on a separate partition?
On 6/25/2015 8:50 AM, Robert Heller wrote:
> man vgdisplay
> man lvdisplay
> man lvcreate
> man lvextend
> man lvresize
> man lvreduce
> man lvremove
> man e2fsck
> man resize2fs
man xfs_growfs
--
john r pierce, recycling bits in santa cruz
2015 Dec 21
4
Extending a CentOS disk without reboot
...e:
* hdparm -z /dev/sdb
* partx -a -v /dev/sdb
* partprobe -s
* echo "1" > /sys/block/sdb/device/rescan
And while dmesg reported that it recognized the partition change, LVM
did still not see it. So eventually, I was still forced to reboot, after
which everything (pvresize, lvresize, resize2fs) worked fine. Environment:
* A VMWare virtual machine
* CentOS 6.7 (Final)
Is there any other way I'm missing? Is this caused by the fact that I
was trying to resize a partition that is under the root file system? If
so, then is it really impossible to do it live?
Thanks,...
2007 Aug 28
2
Im Resize
I Have a Xen 3.0 running and want to resize a few images that are backup
up with rsync. They are 20G and need them to be 5Gb. Can that be done?
thank you.
--
saludos!
-------------------------
Alejandro Weintz Aguilar
PixelEstudios.com.
Tel. (506) - 5920328
Cel. (506) - 3080035
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2012 Mar 18
4
LVM
I need to shrink /home(755G) to 150GB and use free space to add to the
existing /(50G).
#df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_web-lv_root 50G 7.8G 40G 17% /
tmpfs 7.8G 384K 7.8G 1% /dev/shm
/dev/sda2 485M 79M 381M 18% /boot
/dev/sda1 200M 256K 200M 1% /boot/efi
/dev/mapper/vg_web-lv_home755G 6.2G 711G
2015 Jun 25
6
LVM hatred, was Re: /boot on a separate partition?
On Wed, June 24, 2015 16:11, Chuck Campbell wrote:
>
> Is there an easy to follow "howto" for normal LVM administration
> tasks. I get tired of googling every-time I have to do something
> I don't remember how to do regarding LVM, so I usually just
> don't bother with it at all.
>
> I believe it has some benefit for my use cases, but I've been
>
2012 Jan 13
2
[PATCH 1/2] ext2: tweak the error returned message of resize2fs-M(BZ755729)
Tweak the error message "e2fsck -f" and "e2fsck -fy" to
"e2fsck-f" and "e2fsck-fy".
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
daemon/ext2.c | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/daemon/ext2.c b/daemon/ext2.c
index 79fd354..9fe938e 100644
--- a/daemon/ext2.c
+++ b/daemon/ext2.c
2008 Jun 24
11
what''s correct way of shrinking LVM based domU?
...nt to shrink one of my LVM based domU''s, but don''t quite know how to
do it.
I have searched the Wiki & HOWTO''s, and they all show you how expand /
enlarge a LVM based domU, but not shrinking it.
So, I stopped (destroyed) the domU, and then resized it as follows:
lvresize /dev/data/cpanel1 -L10GB (It was 100GB), but when I a started
it up again, I got some errors about the the disk being corrupt, and
then a kernel panic.
So, how should I shrink a LVM based domU?
--
Kind Regards
Rudi Ahlers
CEO, SoftDux
Web: http://www.SoftDux.com
Check out my technical blo...