search for: 363e2b6

Displaying 2 results from an estimated 2 matches for "363e2b6".

Did you mean: 3632,6
2014 Dec 08
1
[PATCH] resize: fix 'No space left on device' problem when copying to an extended partition (RHBZ#1169015)
...n. This patch fixes this problem by copying to the offset of an extended partition in the destination disk. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- resize/resize.ml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resize/resize.ml b/resize/resize.ml index 363e2b6..ca5f87d 100644 --- a/resize/resize.ml +++ b/resize/resize.ml @@ -1139,9 +1139,15 @@ read the man page virt-resize(1). * source = "/dev/sda2", because the device name only covers * the first 1K of the partition. Instead, copy the * source bytes from...
2014 Nov 26
5
[PATCH] tools: implement --short-options
....name, "short-options")) + display_short_options (options); else if (STREQ (long_options[option_index].name, "selinux")) { if (guestfs_set_selinux (g, 1) == -1) exit (EXIT_FAILURE); diff --git a/resize/resize.ml b/resize/resize.ml index f54b11f..363e2b6 100644 --- a/resize/resize.ml +++ b/resize/resize.ml @@ -194,6 +194,7 @@ let main () = "--no-extra-partition", Arg.Clear extra_partition, " " ^ s_"Don't create extra partition"; "--format", Arg.Set_string format, s_"format" ^...