search for: e2fsck_f

Displaying 20 results from an estimated 61 matches for "e2fsck_f".

2012 Dec 15
1
virt-resize Fatal error: exception Guestfs.Error("e2fsck_f
...trace: kill_subprocess = 0 libguestfs: trace: add_drive_opts "/dev/vg0/kvm105_img" "readonly:false" libguestfs: trace: add_drive_opts = 0 libguestfs: trace: launch libguestfs: trace: launch = 0 Expanding /dev/sda1 using the 'resize2fs' method ... libguestfs: trace: e2fsck_f "/dev/sda1" libguestfs: trace: e2fsck_f = -1 (error) Fatal error: exception Guestfs.Error("e2fsck_f: /dev/vda1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options)") libguestfs: trace: close libguestfs: trace: internal_autosync libgues...
2012 Jan 13
3
[PATCH v2 1/3] ext2: tweak the error returned message of resize2fs-M(BZ755729)
From: Wanlong Gao <gaowanlong at cn.fujitsu.com> Tweak the error message "e2fsck -f" and "e2fsck -fy". Indicate the user to use the correct and/or forceall options. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/ext2.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/daemon/ext2.c b/daemon/ext2.c index
2012 Mar 09
5
[PATCH 0/5] Fixes to resize2fs (RHBZ#755729, RHBZ#801640)
https://bugzilla.redhat.com/show_bug.cgi?id=755729 This bug reports that the error message printed by the resize2fs API calls (which comes directly from the resize2fs command) says: Please run 'e2fsck -f /dev/vda1' first. That command is not possible from guestfish (where it would be 'e2fsck-f' or 'e2fsck ... forceall:true'). Fixing that bug caused this bug:
2012 Jan 13
4
[PATCH 1/3] ext2: tweak the error returned message of resize2fs-M(BZ755729)
From: Wanlong Gao <gaowanlong at cn.fujitsu.com> Tweak the error message "e2fsck -f" and "e2fsck -fy". Indicate the user to use the correct and/or forceall options. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/ext2.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/daemon/ext2.c b/daemon/ext2.c index
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
2012 Jul 23
1
[PATCH V3 1/2] umount: add force umount and lazy umount
...; ["write"; "/new"; "test content"]; - ["umount"; "/"]; + ["umount"; "/"; "false"; "false"]; ["lvresize"; "/dev/VG/LV"; "20"]; ["e2fsck_f"; "/dev/VG/LV"]; ["e2fsck"; "/dev/VG/LV"; "true"; "false"]; @@ -6541,7 +6542,7 @@ Rename a logical volume C<logvol> with the new name C<newlogvol>." }; proc_nr = Some 220; tests = [ InitBasicFSonLVM,...
2012 Jul 24
3
[PATCH V4 1/3] umount: add force umount and lazy umount
...; ["write"; "/new"; "test content"]; - ["umount"; "/"]; + ["umount"; "/"; "false"; "false"]; ["lvresize"; "/dev/VG/LV"; "20"]; ["e2fsck_f"; "/dev/VG/LV"]; ["e2fsck"; "/dev/VG/LV"; "true"; "false"]; @@ -6564,7 +6565,7 @@ Rename a logical volume C<logvol> with the new name C<newlogvol>." }; proc_nr = Some 220; tests = [ InitBasicFSonLVM,...
2012 Jul 23
3
[PATCH V2 1/4] mount: add a macro to resolve path or device
Add a macro STRDUP_RESOLVE_DEVICE_OR_PATH to resolve path or device. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/daemon.h | 16 ++++++++++++++++ daemon/mount.c | 13 ++----------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/daemon/daemon.h b/daemon/daemon.h index 85eec45..f7d0c75 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -336,6
2012 Jul 21
5
[PATCH 1/5] mount: add a macro to resolve path or device
Add a macro DUP_RESOLVE_DEVICE_OR_PATH to resolve path or device. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/daemon.h | 18 ++++++++++++++++++ daemon/mount.c | 13 ++----------- po/POTFILES | 8 ++++++++ 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/daemon/daemon.h b/daemon/daemon.h index 85eec45..39cc3f3 100644 --- a/daemon/daemon.h +++
2017 Mar 03
2
[PATCH] generator: Allow actions to be deprecated with no replacement.
...deprecated_by = Replaced_by "part_list"; shortdesc = "display the partition table"; longdesc = "\ This displays the partition table on C<device>, in the @@ -311,7 +311,7 @@ See also: C<guestfs_part_list>" }; { defaults with name = "e2fsck_f"; added = (1, 0, 29); style = RErr, [Device "device"], []; - deprecated_by = Some "e2fsck"; + deprecated_by = Replaced_by "e2fsck"; shortdesc = "check an ext2/ext3 filesystem"; longdesc = "\ This runs C<e2fsck -p -f device&g...
2012 Jan 12
1
Libguestfs gobject bindings
I'm currently working on gobject bindings for libguestfs. I haven't got as far as compiling anything yet, but I've attached the C header for initial review. Matt -- Matthew Booth, RHCA, RHCSS Red Hat Engineering, Virtualisation Team GPG ID: D33C3490 GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490 -------------- next part -------------- An embedded and
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in: https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html Rich.
2009 Aug 12
23
[PATCH 0/23] factor and const-correctness
This started as a simple warning-elimination change. I'll get back to that series shortly ;-) It turned into a factorization and constification exercise during which I got a taste of ocaml. Thanks to Rich Jones for help with a few snippets in generator.ml. The overall result is that many previously-manually-maintained bits from daemon/*.c functions are now hoisted into the automatically-
2011 Jan 29
0
builder-debian libguestfs success 6975e87153f593fddd5c27435c2e6347825daca9
...g" libguestfs: trace: add_drive_opts = 0 libguestfs: trace: launch libguestfs: trace: launch = 0 libguestfs: trace: pvresize "/dev/sda2" libguestfs: trace: pvresize = 0 libguestfs: trace: lvresize_free "/dev/VG/LV" 100 libguestfs: trace: lvresize_free = 0 libguestfs: trace: e2fsck_f "/dev/VG/LV" libguestfs: trace: e2fsck_f = 0 libguestfs: trace: resize2fs "/dev/VG/LV" libguestfs: trace: resize2fs = 0 libguestfs: trace: umount_all libguestfs: trace: umount_all = 0 libguestfs: trace: sync libguestfs: trace: sync = 0 libguestfs: trace: internal_autosync libgue...
2011 Feb 03
1
builder-debian libguestfs success 8d7d7c4ecfd202e04d18736718e9c5bb125ce4f0
...g" libguestfs: trace: add_drive_opts = 0 libguestfs: trace: launch libguestfs: trace: launch = 0 libguestfs: trace: pvresize "/dev/sda2" libguestfs: trace: pvresize = 0 libguestfs: trace: lvresize_free "/dev/VG/LV" 100 libguestfs: trace: lvresize_free = 0 libguestfs: trace: e2fsck_f "/dev/VG/LV" libguestfs: trace: e2fsck_f = 0 libguestfs: trace: resize2fs "/dev/VG/LV" libguestfs: trace: resize2fs = 0 libguestfs: trace: umount_all libguestfs: trace: umount_all = 0 libguestfs: trace: sync libguestfs: trace: sync = 0 libguestfs: trace: internal_autosync libgue...
2011 Feb 01
0
builder-debian libguestfs success 5079e0fff3f3c150818adb6febad6393b674f126
...g" libguestfs: trace: add_drive_opts = 0 libguestfs: trace: launch libguestfs: trace: launch = 0 libguestfs: trace: pvresize "/dev/sda2" libguestfs: trace: pvresize = 0 libguestfs: trace: lvresize_free "/dev/VG/LV" 100 libguestfs: trace: lvresize_free = 0 libguestfs: trace: e2fsck_f "/dev/VG/LV" libguestfs: trace: e2fsck_f = 0 libguestfs: trace: resize2fs "/dev/VG/LV" libguestfs: trace: resize2fs = 0 libguestfs: trace: umount_all libguestfs: trace: umount_all = 0 libguestfs: trace: sync libguestfs: trace: sync = 0 libguestfs: trace: internal_autosync libgue...
2011 Feb 08
0
builder-debian libguestfs success f455dc3814bf9f7e7e894ba81360acb0edd92464
...g" libguestfs: trace: add_drive_opts = 0 libguestfs: trace: launch libguestfs: trace: launch = 0 libguestfs: trace: pvresize "/dev/sda2" libguestfs: trace: pvresize = 0 libguestfs: trace: lvresize_free "/dev/VG/LV" 100 libguestfs: trace: lvresize_free = 0 libguestfs: trace: e2fsck_f "/dev/VG/LV" libguestfs: trace: e2fsck_f = 0 libguestfs: trace: resize2fs "/dev/VG/LV" libguestfs: trace: resize2fs = 0 libguestfs: trace: umount_all libguestfs: trace: umount_all = 0 libguestfs: trace: sync libguestfs: trace: sync = 0 libguestfs: trace: internal_autosync libgue...
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
...itions", [String (Device, "device")], []; deprecated_by = Replaced_by "part_list"; shortdesc = "display the partition table"; longdesc = "\ @@ -310,7 +310,7 @@ See also: C<guestfs_part_list>" }; { defaults with name = "e2fsck_f"; added = (1, 0, 29); - style = RErr, [Device "device"], []; + style = RErr, [String (Device, "device")], []; deprecated_by = Replaced_by "e2fsck"; shortdesc = "check an ext2/ext3 filesystem"; longdesc = "\ @@ -320,7 +320,7 @@ e...
2011 Feb 08
5
builder-ubuntu libguestfs success f455dc3814bf9f7e7e894ba81360acb0edd92464
...ch file or directory Could not initialize KVM, will disable KVM support libguestfs: trace: launch = 0 libguestfs: trace: pvresize "/dev/sda2" libguestfs: trace: pvresize = 0 libguestfs: trace: lvresize_free "/dev/VG/LV" 100 libguestfs: trace: lvresize_free = 0 libguestfs: trace: e2fsck_f "/dev/VG/LV" libguestfs: trace: e2fsck_f = 0 libguestfs: trace: resize2fs "/dev/VG/LV" libguestfs: trace: resize2fs = 0 libguestfs: trace: umount_all libguestfs: trace: umount_all = 0 libguestfs: trace: sync libguestfs: trace: sync = 0 libguestfs: trace: internal_autosync libgue...
2011 Jan 29
0
builder-ubuntu libguestfs success 6975e87153f593fddd5c27435c2e6347825daca9
...ch file or directory Could not initialize KVM, will disable KVM support libguestfs: trace: launch = 0 libguestfs: trace: pvresize "/dev/sda2" libguestfs: trace: pvresize = 0 libguestfs: trace: lvresize_free "/dev/VG/LV" 100 libguestfs: trace: lvresize_free = 0 libguestfs: trace: e2fsck_f "/dev/VG/LV" libguestfs: trace: e2fsck_f = 0 libguestfs: trace: resize2fs "/dev/VG/LV" libguestfs: trace: resize2fs = 0 libguestfs: trace: umount_all libguestfs: trace: umount_all = 0 libguestfs: trace: sync libguestfs: trace: sync = 0 libguestfs: trace: internal_autosync libgue...