search for: format_ext2

Displaying 6 results from an estimated 6 matches for "format_ext2".

2016 Dec 07
5
[PATCH 0/3] Miscellaneous improvements to supermin.
Document what each module does, using *.mli files. Remove the --dtb option, it's obsolete. Rename modules according to their purpose. Rich.
2017 Jun 20
0
Re: Appliance image. Why raw?
...iance? The simple answer is because we create the appliance image (it's an ext2/3/4 filesystem) using e2fsprogs, and that library wouldn't know how to create anything else since it always assumes it's writing directly to a device. https://github.com/libguestfs/supermin/blob/master/src/format_ext2.mli#L22-L29 HTH, Rich. > I would suggest that choice is related with the performance, so I did > several test runs (./run utils/boot-benchmark/boot-benchmark) > > /appliance/root.raw: > Result: 1342.9ms ±2.9ms > Result: 1370.1ms ±17.3ms > Result: 1365.1ms ±11.0ms > >...
2017 Jun 20
0
Re: Appliance image. Why raw?
...e the appliance image (it's an > >ext2/3/4 filesystem) using e2fsprogs, and that library wouldn't know > >how to create anything else since it always assumes it's writing > >directly to a device. > > > >https://github.com/libguestfs/supermin/blob/master/src/format_ext2.mli#L22-L29 > > > >HTH, > > Yes, the main point is clear, thanks. > > I asked because we supply the prepared appliance, so would like to use > qcow2. Given that the applaince image is completely controlled, for > supermin and fixed appliance, in both the cases. We co...
2017 Jun 20
0
Re: Appliance image. Why raw?
...>>>ext2/3/4 filesystem) using e2fsprogs, and that library wouldn't know > >>>how to create anything else since it always assumes it's writing > >>>directly to a device. > >>> > >>>https://github.com/libguestfs/supermin/blob/master/src/format_ext2.mli#L22-L29 > >>> > >>>HTH, > >> > >>Yes, the main point is clear, thanks. > >> > >>I asked because we supply the prepared appliance, so would like to use > >>qcow2. Given that the applaince image is completely controlled, for &gt...
2020 Apr 03
5
[supermin PATCH v2 0/4] Check for output results for --if-newer (RHBZ#1813809)
This is an attempt to make supermin check for the existing results of an output when checking whether the appliance must be rebuilt using --if-newer. At the moment it is implemented only for the ext2 output format of the build mode. Changes from v1: - drop empty stub for the prepare mode - add patch to ignore --if-newer on modes different than build - squash patch with stub for the build mode
2020 Apr 03
5
[supermin PATCH 0/4] Check for output results for --if-newer (RHBZ#1813809)
This is an attempt to make supermin check for the existing results of an output when checking whether the appliance must be rebuilt using --if-newer. At the moment it is implemented only for the build mode, and for its ext2 output format. Pino Toscano (4): build: factor ext2 filenames Tighten Unix_error check for missing outputdir Extend modes with list of outputs build: set