Displaying 7 results from an estimated 7 matches for "mount_stub".
2014 Jan 16
3
LVM mounting issue
...manual
'quit' to quit the shell
><fs> add /dev/dm-40
><fs> run
><fs> inspect_os
><fs> pvs
/dev/vda2
unknown device
><fs> lvs
/dev/vg_kojit/lv_root
/dev/vg_kojit/lv_swap
><fs> mount /dev/vg_kojit/lv_root /
libguestfs: error: mount: mount_stub: /dev/vg_kojit/lv_root: No such file or directory
><fs>
><fs>
The actual information about VM's block devices can be seen on the screenshot attached to this message. I would be grateful for your help
Sincerely,
Vitaly Isaev
Software engineer
Information security department
F...
2012 Feb 13
0
[PATCH] daemon: Don't xdr_free uninitialized args struct on error paths.
From: "Richard W.M. Jones" <rjones at redhat.com>
For stubs of functions that had arguments, code did this:
static void
mount_stub (XDR *xdr_in)
{
int r;
struct guestfs_mount_args args;
if (optargs_bitmask != 0) {
//...
goto done;
}
// possibly other tests here
memset (&args, 0, sizeof args);
[...]
done:
xdr_free ((xdrproc_t) xdr_guestfs_mount_args, (char *) &args);
return;
}
This caused...
2014 Dec 02
2
[PATCH 1/5] Remove extra space in inspect-fs-unix.c
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr>
---
src/inspect-fs-unix.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c
index 01a59f1..f55e53b 100644
--- a/src/inspect-fs-unix.c
+++ b/src/inspect-fs-unix.c
@@ -58,8 +58,8 @@ COMPILE_REGEXP (re_scientific_linux,
"Scientific Linux.*release
2014 Jan 16
0
Re: LVM mounting issue
...fs> pvs
> /dev/vda2
> unknown device
Hang on, "unknown device" is literally printed here?
Which version of libguestfs?
> ><fs> lvs
> /dev/vg_kojit/lv_root
> /dev/vg_kojit/lv_swap
> ><fs> mount /dev/vg_kojit/lv_root /
> libguestfs: error: mount: mount_stub: /dev/vg_kojit/lv_root: No such file or directory
This could be a bug.
Can you add the -v -x options to guestfish and show us the complete,
unedited messages.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress....
2014 Dec 02
0
Re: [PATCH 1/5] Remove extra space in inspect-fs-unix.c
...libguestfs/tests/mountable'
make check-TESTS
make[1]: Entering directory '/home/rjones/d/libguestfs/tests/mountable'
2 seconds: ./test-internal-parse-mountable
PASS: test-internal-parse-mountable
/home/rjones/d/libguestfs/run --test ./test-mountable-inspect.sh
libguestfs: error: mount: mount_stub: btrfsvol:btrfsvol:/dev/sda2/root/root: expecting a btrfs volume
/home/rjones/d/libguestfs/tests/mountable/test-mountable-inspect.sh: error #1: unexpected output from inspect-get-mountpoints
/home/rjones/d/libguestfs/run: command failed with exit code 1
FAIL: test-mountable-inspect.sh
=============...
2014 Jan 17
2
Re: LVM mounting issue
...> /dev/vda2
> unknown device
Hang on, "unknown device" is literally printed here?
Which version of libguestfs?
> ><fs> lvs
> /dev/vg_kojit/lv_root
> /dev/vg_kojit/lv_swap
> ><fs> mount /dev/vg_kojit/lv_root /
> libguestfs: error: mount: mount_stub: /dev/vg_kojit/lv_root: No such
> file or directory
This could be a bug.
Can you add the -v -x options to guestfish and show us the complete, unedited messages.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://r...
2014 Dec 03
2
Re: [synnefo-devel] Re: [PATCH 1/5] Remove extra space in inspect-fs-unix.c
...;
> make check-TESTS
> make[1]: Entering directory '/home/rjones/d/libguestfs/tests/mountable'
> 2 seconds: ./test-internal-parse-mountable
> PASS: test-internal-parse-mountable
> /home/rjones/d/libguestfs/run --test ./test-mountable-inspect.sh
> libguestfs: error: mount: mount_stub: btrfsvol:btrfsvol:/dev/sda2/root/root: expecting a btrfs volume
> /home/rjones/d/libguestfs/tests/mountable/test-mountable-inspect.sh: error #1: unexpected output from inspect-get-mountpoints
> /home/rjones/d/libguestfs/run: command failed with exit code 1
> FAIL: test-mountable-inspect.s...