Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / tasks / 20FilesystemResizeUnmounted.in @ 365b2ed3

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
365b2ed3 01/29/2014 02:53 pm Nikos Skalkotos

Add support for resizing OpenBSD UFS file systems

666b80ee 11/04/2013 01:08 pm Nikos Skalkotos

The value of DO_SYNC property should be "yes"

In order to reenable fsync() the DO_SYNC image property should be
defined like this:
DO_SYNC=yes

63a3904a 11/01/2013 11:29 am Nikos Skalkotos

Fix a minor bash variable expansion error

It only affects the printing of an information string

84d01e3e 10/29/2013 03:32 pm Nikos Skalkotos

Add partial support for NetBSD and OpenBSD

Resizing NetBSD and OpenBSD partitions, as well as FFS filesystems
does not work for now

b1cb73f2 04/18/2013 05:36 pm Nikos Skalkotos

Add support for FreeBSD

File injection isn't implemented yet

beeb8f9f 09/28/2012 04:46 pm Nikos Skalkotos

Disable fsyncs in helper's VM resize operation

You can disable this behaviour by defining the DO_SYNC image property.

a50a2bff 05/29/2012 06:37 pm Nikos Skalkotos

cleanup! cleanup! cleanup! cleanup!

  • Change the monitor message type names once again (hope this is
    the final version)
  • Pass -u (unbuffered) to sed to retain the actual output order in
    the log file
  • Fix a bug in helper code where the starting `{' was missing from...
2a0ab295 05/24/2012 05:08 pm Nikos Skalkotos

Add start-task and finish-task events

This commit extendes the monitoring mechanism to include events from
snf-image-helper.

8576747b 05/15/2012 01:09 pm Nikos Skalkotos

Fix a bug introduced in 01da0f7d58e0bf30f06755d802

Fix a bug where the partition that should be resized in some cases
was computed in a wrong way

01da0f7d 05/09/2012 07:01 pm Nikos Skalkotos

Add swap partition if SWAP property is defined

2f43ca2e 04/03/2012 05:32 pm Nikos Skalkotos

Fix a bug introduced in b126203ef9946d23a176fc3583

The interface in get_last_partition function in the helpers common.sh
has changed but not all needed tasks where updated.

040950bc 12/15/2011 06:40 pm Nikos Skalkotos

Explain why helper uses -f (force) in resize2fs

e8978a38 12/14/2011 05:26 pm Nikos Skalkotos

Fix an error introduced in commit b97ada713646ab29

The device argument in tunefs command was erroneously ommited.

b97ada71 12/14/2011 04:17 pm Nikos Skalkotos

Remove fs check before resizing a partition.

Check if the filesystem is clean, and fail if not.

2a0c492d 12/13/2011 01:52 pm Nikos Skalkotos

Move the task exclusion check away from common.sh

Not all tasks, should be able to be excluded. If MountImage,
UnmountImage and InstallUnattanded are never excluded, then the system
deployment can't break. If you don't want to mount the image or install
Unattend.xml then you probably want to use EXCLUDE_ALL_TASKS, since all...

541a0d7d 12/12/2011 07:39 pm Nikos Skalkotos

Fix 2 bugs in FilesystemResizeUnmounted task

  • Add -y option to e2fsck, otherwise the program complaines for not
    running in an interactive shell
  • Fix a typo in a variable
de0cc3e9 12/01/2011 05:07 pm Nikos Skalkotos

Do fs check before reseizing ext{2,3,4} partitions

7e5d635b 11/18/2011 03:48 pm Nikos Skalkotos

Fix copyright and license notices throughout

f6e23601 11/04/2011 05:39 pm Nikos Skalkotos

Add diskdump support in the helper (part 2)

42f09a19 11/03/2011 06:23 pm Nikos Skalkotos

Add diskdump support in the helper (part 1)