search for: bootrootlv

Displaying 20 results from an estimated 35 matches for "bootrootlv".

2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
...ould silently break. I was thinking the same but I stumbled over an issue which prevented me from running the tests. I'm not sure this is the right place where to discuss the problem but here's few lines about it. make blank-disk.img blank-part.img blank-fs.img blank-bootroot.img blank-bootrootlv.img debian.img fedora.img fedora-md1.img fedora-md2.img fedora-btrfs.img ubuntu.img archlinux.img coreos.img windows.img guests-all-good.xml make[3]: Entering directory '/home/noxdafox/development/libguestfs/test-data/phony-guests' make[3]: 'blank-disk.img' is up to date. make[3]...
2016 Feb 22
0
Re: [PATCH] added ntfscat_i api
...thinking the same but I stumbled over an issue which prevented > me from running the tests. > I'm not sure this is the right place where to discuss the problem > but here's few lines about it. > > make blank-disk.img blank-part.img blank-fs.img blank-bootroot.img > blank-bootrootlv.img debian.img fedora.img fedora-md1.img > fedora-md2.img fedora-btrfs.img ubuntu.img archlinux.img coreos.img > windows.img guests-all-good.xml > make[3]: Entering directory > '/home/noxdafox/development/libguestfs/test-data/phony-guests' > make[3]: 'blank-disk.img'...
2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
...stumbled over an issue which prevented >> me from running the tests. >> I'm not sure this is the right place where to discuss the problem >> but here's few lines about it. >> >> make blank-disk.img blank-part.img blank-fs.img blank-bootroot.img >> blank-bootrootlv.img debian.img fedora.img fedora-md1.img >> fedora-md2.img fedora-btrfs.img ubuntu.img archlinux.img coreos.img >> windows.img guests-all-good.xml >> make[3]: Entering directory >> '/home/noxdafox/development/libguestfs/test-data/phony-guests' >> make[3]: '...
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB volume. Also, we don't really need the boot partition, so just create a partition using the whole disk space. --- builder/templates/debian.preseed | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed index
2017 Jul 07
2
[PATCH v3] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 Thanks: Tomáš Golembiovský --- v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..87dba240b 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,32 @@ that
2016 Feb 21
2
[PATCH] added ntfscat_i api
Adding ntfscat_i command for downloading files based on their inode number. This allows the dowload of files unaccessible otherwise from a NTFS guest disk image. --- daemon/ntfs.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 15 +++++++++++++ 2 files changed, 77 insertions(+) diff --git a/daemon/ntfs.c b/daemon/ntfs.c index 568899e..58f62fa 100644
2017 Aug 12
2
[PATCH] configure: Further split blocks of text in the script output.
Commit 0a94cae15bae7cecb725e78e485708694d347612 added useful headings to parts of the configure script. This refactors the code by adding a common macro (‘HEADING’), and also changes the output so it's clearer at a glance: --- Checking for Haskell --- checking for ghc... (cached) ghc --- Checking for PHP --- checking for php... (cached) php checking for phpize... (cached) phpize
2016 May 19
0
[PATCH 3/3] fish: generate test-prep.sh with generator
...be nice if we could keep this automatically in sync -# with the prepared disk types. XXX -$VG guestfish \ - -N prep1.img=disk \ - -N prep2.img=part \ - -N prep3.img=fs \ - -N prep4.img=lv:/dev/VG1/LV \ - -N prep5.img=lvfs:/dev/VG2/LV \ - -N prep6.img=bootroot \ - -N prep7.img=bootrootlv:/dev/VG3/LV \ - exit - -rm prep*.img diff --git a/generator/fish.ml b/generator/fish.ml index 646674d..980f55f 100644 --- a/generator/fish.ml +++ b/generator/fish.ml @@ -1106,3 +1106,36 @@ event_bitmask_of_event_set (const char *arg, uint64_t *eventset_r) return 0; } " + +and generate_...
2010 Nov 02
0
[ANNOUNCE] libguestfs 1.6.0 tools for accessing and modifying VM disk images
...ckwards compatibility). - guestfish '-d <domain>' for adding disks from libvirt domains. - guestfish '-N' option supports several new prepared disk image types: lvfs : disk with LV formatted with filesystem lv : disk with LV bootroot : boot+root bootrootlv : boot and root on LV - guestfish 'more' and 'edit' commands now work with arbitrary files. - guestfish '--echo-keys' option allows you to echo keys/passphrases while typing them. - guestmount now supports -a / -d / -i options, like guestfish. - Use virtio-serial...
2010 Sep 21
1
Proposed timetable for libguestfs 1.6
...on for initial message. 6d9f8f5 guestfs: Remove traces of documentation for non-existent 'low-level API' f3c05da guestfs: Fix typo in man page. 979bcc5 todo: Notes on virt copy command. 6a87e0a Bring TODO file up to date. c51ade2 Version 1.5.9. d5c8d3b fish: Add guestfish -N bootroot and -N bootrootlv for creating boot+root disks. 574df37 fish: Add guestfish -N lvfs for creating formatted LVs. 422a8d8 fish: Add guestfish -N lv for creating disks with LVs. 45f72c8 fish: Improve appearance of guestfish -N help output. fa918b1 fish: Allow guestfish -N help for listing prepared disk image help. 60cd...
2017 Jul 24
6
[PATCH 0/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
Replace GUESTFSD_EXT_CMD with a command line option ‘./guestfsd --print-external-commands’
2016 May 19
6
[PATCH 0/3] misc tests-only changes
Hi, small series with small improvements to the tests. Pino Toscano (3): tests: specify the image format when possible tests: remove remaining relative paths to binaries fish: generate test-prep.sh with generator .gitignore | 1 + align/test-virt-alignment-scan.sh | 2 +- cat/Makefile.am | 2 +- cat/test-virt-cat.sh
2014 Sep 20
3
[PATCH v2 0/3] tests: Introduce test harness for running tests.
This has got to the stage where it actually works, both for running the tests in-tree and installed. The 'test-harness' script has become rather over-complex in the process however. Rich.
2014 Oct 03
0
[PATCH v3] tests: Introduce test harness for running tests.
...sprintf "guestfish -N %s-t=%s exit && mv %s-t %s" o ft o o in + if Sys.command cmd <> 0 then + failwith "guestfish command failed" + ) + ) [ "disk"; "part"; "fs"; "bootroot"; "bootrootlv" ]; + + (* Make several (phony) Fedora images. *) + List.iter ( + fun (layout, o) -> + rule o [ gaux // "make-fedora-img.pl"; + gaux // "fedora-journal.tar.xz"; + gaux // "fedora-name.db"; +...
2014 Sep 16
5
[PATCH 0/3] tests: Introduce test harness for running tests.
These are my thoughts on adding a test harness to run tests instead of using automake. The aim of this exercise is to allow us to run the full test suite on an installed copy of libguestfs. Another aim is to allow us to work around all the limitations and problems of automake. The first patch makes an observation that since the ./run script sets up $PATH to contain all the directories
2014 Oct 05
0
[PATCH v5 1/7] tests: Introduce test harness for running tests.
...sprintf "guestfish -N %s-t=%s exit && mv %s-t %s" o ft o o in + if Sys.command cmd <> 0 then + failwith "guestfish command failed" + ) + ) [ "disk"; "part"; "fs"; "bootroot"; "bootrootlv" ]; + + (* Make several (phony) Fedora images. *) + List.iter ( + fun (layout, o) -> + rule o [ gaux // "make-fedora-img.pl"; + gaux // "fedora-journal.tar.xz"; + gaux // "fedora-name.db"; +...
2015 Aug 06
0
[PATCH v4 01/17] tests: Introduce test harness for running tests.
...sprintf "guestfish -N %s-t=%s exit && mv %s-t %s" o ft o o in + if Sys.command cmd <> 0 then + failwith "guestfish command failed" + ) + ) [ "disk"; "part"; "fs"; "bootroot"; "bootrootlv" ]; + + (* Make several (phony) Fedora images. *) + List.iter ( + fun (layout, o) -> + rule o [ gaux // "make-fedora-img.pl"; + gaux // "fedora-journal.tar.xz"; + gaux // "fedora-name.db"; +...
2016 May 19
0
[PATCH 1/3] tests: specify the image format when possible
...=raw -a ../test-data/phony-guests/fedora.img run diff --git a/format/test-virt-format.sh b/format/test-virt-format.sh index 2383c71..bca0c05 100755 --- a/format/test-virt-format.sh +++ b/format/test-virt-format.sh @@ -29,9 +29,9 @@ rm -f test-virt-format.img $VG guestfish -N test-virt-format.img=bootrootlv exit -$VG virt-format --filesystem=ext3 -a test-virt-format.img +$VG virt-format --filesystem=ext3 --format=raw -a test-virt-format.img -if [ "$($VG virt-filesystems -a test-virt-format.img)" != "/dev/sda1" ]; then +if [ "$($VG virt-filesystems --format=raw -a test-virt...
2015 Aug 06
20
[PATCH v4 00/17] tests: Introduce test harness for running tests.
Since v3: - A large number of fixes, especially for running the tests on installed libguestfs. - Fixed EXTRA_DIST rules throughout. - Extra patch 17/17 which is a tidy-up of the generated XML listing guests. Rich.
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
...tfish '-d <domain>' for adding disks from libvirt domains. - + - guestfish '-N' option supports several new prepared disk image types: lvfs : disk with LV formatted with filesystem lv : disk with LV bootroot : boot+root bootrootlv : boot and root on LV - + - guestfish 'more' and 'edit' commands now work with arbitrary files. - + - guestfish '--echo-keys' option allows you to echo keys/passphrases while typing them. - + - guestmount now supports -a / -d / -i option...