git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce627f
)
resize: Fix typo in man page (thanks avesh@IRC).
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 7 Jan 2011 20:38:55 +0000
(20:38 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 7 Jan 2011 20:38:55 +0000
(20:38 +0000)
tools/virt-resize
patch
|
blob
|
history
diff --git
a/tools/virt-resize
b/tools/virt-resize
index
76abb1e
..
4beb45b
100755
(executable)
--- a/
tools/virt-resize
+++ b/
tools/virt-resize
@@
-67,7
+67,7
@@
Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions
to fill the extra 5GB of space.
truncate -r olddisk newdisk; truncate -s +5G newdisk
- virt-filesystems --long -
-
h --all -a olddisk
+ virt-filesystems --long -h --all -a olddisk
# Note "/dev/sda2" is a partition inside the "olddisk" file.
virt-resize --expand /dev/sda2 olddisk newdisk