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:
4b845ee
)
resize2fs: Document this command also works with ext4 (thanks Yufang Zhang).
author
Richard Jones
<rjones@redhat.com>
Wed, 2 Jun 2010 12:27:19 +0000
(13:27 +0100)
committer
Richard Jones
<rjones@redhat.com>
Wed, 2 Jun 2010 18:48:58 +0000
(19:48 +0100)
For stable-1.2 branch:
- cherry picked from commit
1020b212b189968ead013436cac79019fbd8fdad
- rebased for 1.2 branch
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
d1c63e4
..
a52ddce
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-2633,9
+2633,9
@@
is lost.");
("resize2fs", (RErr, [Device "device"]), 106, [],
[], (* lvresize tests this *)
- "resize an ext2
/ext3
filesystem",
+ "resize an ext2
, ext3 or ext4
filesystem",
"\
-This resizes an ext2
or ext3
filesystem to match the size of
+This resizes an ext2
, ext3 or ext4
filesystem to match the size of
the underlying device.
I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f>