Commit Graph

  • 79d7ce2ce2 Accepting request 1149926 from Cloud:Tools factory Ana Guerrero 2024-02-25 13:04:55 +0000
  • ee3add3f6c - drop licenseGPLv3.patch (upstream) Robert Schweikert 2024-02-16 12:37:34 +0000
  • fa7c76db3e Accepting request 1133814 from Cloud:Tools Ana Guerrero 2023-12-18 21:55:25 +0000
  • f371161049 Accepting request 1129742 from home:dirkmueller:Factory Dirk Mueller 2023-12-18 09:17:56 +0000
  • 12dc53258e Accepting request 1128985 from home:dirkmueller:Factory Robert Schweikert 2023-11-27 12:38:30 +0000
  • f5ff30c45d osc copypac from project:Cloud:Tools package:growpart revision:20 Dirk Mueller 2023-11-26 21:55:54 +0000
  • 6ec41dda48 - update to 0.33: * More busybox compatibility changes * growpart: Add support for overprovisioning (#35) * mount-image-callback: do not rely on udevadm * growpart: only run udevadm if it exists (#36) [oittaa] * growpart: detect whether blkid is util-linux version and act accordingly * growpart doesn't work when LANG=cs_CZ.UTF-8 * growpart: change flock call to use short option for Busybox compatibility [Dermot Bradley] * growpart: Use LANG=C to parse sfdisk output * Fix bad variable use. * Whitespace cleanups. * Growpart fix undefined variable in growpart error message. * cloud-image-utils: Add depends on fdisk, drop e2fsprogs * growpart: add flock support to prevent udev races * Drop the python2 only cloud-utils-euca package and tools. * test-growpart: fix logic error resulting in test failure. and builds a standalone package now Dirk Mueller 2023-11-25 22:31:24 +0000
  • 37f83bec80 - Update to verion 0.32 + Only listing growpart changes we do not ship other parts of the source + Growpart fix undefined variable in growpart error message. [Scott Moser] + Add test for growpart lvm resize. [Scott Moser] + Growpart: add support for resizing an lvm pv after growing the partition. [Scott Moser] (LP: #1799953) + growpart: parse the kernel version in a more robust way (#2) [Paride Legovini] (LP: #1881014) + growpart: Do not fail if only sgdisk is available. [Scott Moser] + growpart: Fix reading sector size with newer sgdisk versions. [Scott Moser] + growpart: Fail on unknown values of GROWPART_RESIZER. [Scott Moser] + growpart: add flock support to prevent udev races [Ryan Harper] (LP: #1834875) + test-growpart: fix logic error resulting in test failure. [Scott Moser] (LP: #1842682) + Fix race condition in test-growpart teardown seen on ppc64el. [Scott Moser] (LP: #1836593) + growpart: Fix bug when file image ends in a digit. [Scott Moser] (LP: #1835124) Robert Schweikert 2023-08-02 12:17:34 +0000
  • 823355cba4 - Update to version 0.31 (bsc#1164736) + mount-image-callback: mount with -o 'rw' or -o 'ro' (LP: #1663722) + mount-image-callback: run blockdev and udevadm settle on nbd devices. (LP: #1741096, 1741300) + mount-image-callback: Drop support for mounting lxd containers. (LP: #1715994) + growpart: fix bug that stopped GPT disks from being grown past 2TB. (LP: #1762748) + mount-image-callback: mention --help and -C/--cd-mountpoint in Usage + growpart: fix bug when resizing a middle partition with sgdisk (LP: #1706751) [Fred De Backer] + growpart: Resolve symbolic links before operating. [Kevin Locke] (LP: #1744406) + growpart: fix bug occurring if start sector and size were the same. [Lars Kellogg-Stedman] (LP: #1807171) + debian/control: drop Suggests on lxc1 + debian/tests/control: add test growpart-start-matches-size. + White space cleanup. Remove trailing space and tabs. + Move to git. Robert Schweikert 2020-02-27 22:02:21 +0000
  • a9bf798fc6 Accepting request 749938 from Cloud:Tools Dominique Leuenberger 2019-12-02 10:27:10 +0000
  • 4bf82b4803 Accepting request 749936 from home:rjschwei:branches:Cloud:Tools Robert Schweikert 2019-11-20 14:47:21 +0000
  • 283d6dd8d3 Accepting request 709508 from Cloud:Tools Dominique Leuenberger 2019-06-26 14:00:54 +0000
  • cbb94ce250 Accepting request 709503 from home:dimstar:Factory Robert Schweikert 2019-06-12 15:12:31 +0000
  • 491d8102b5 Accepting request 618484 from Cloud:Tools Dominique Leuenberger 2018-06-27 08:20:20 +0000
  • 65c21ad35b - Support btrfs resize, handle ro setup in rootgrow (bsc#1097455, bsc#1098681) Robert Schweikert 2018-06-21 20:30:50 +0000
  • d2321c8f11 Accepting request 593531 from Cloud:Tools Dominique Leuenberger 2018-04-05 13:33:43 +0000
  • d3bc1e687b Accepting request 593439 from home:kukuk:branches:Cloud:Tools Robert Schweikert 2018-04-04 11:56:23 +0000
  • 2955b0b90e Accepting request 569385 from Cloud:Tools Dominique Leuenberger 2018-01-25 11:41:01 +0000
  • eac27c0ffc - Split rootgrow and script and service into subpackage to retain dependency chain for growpart Robert Schweikert 2018-01-24 17:16:59 +0000
  • 61cd2ed987 - Fix permissions Robert Schweikert 2018-01-23 14:40:21 +0000
  • b71ffcb776 - Update to version 0.30 (bsc#1064755) + improved error messages on failure. + ignore sfdisk failure in 2.28.1 when due to reread failing (LP: #1619285) + Add service file to start growpart via systemd + Add rootgrow script to wrap growpart Robert Schweikert 2018-01-23 13:48:13 +0000
  • 739b3f2e99 - SUpport single spec builds Robert Schweikert 2017-03-14 19:05:20 +0000
  • 1a85f02a42 Accepting request 429190 from Cloud:Tools Dominique Leuenberger 2016-09-21 16:50:17 +0000
  • 3203e57732 - Update to version 0.29 (bsc#998378) + fix use of partx for newer util-linux versions (LP: #1587971) [Lars Kellogg-Stedman] + fix some issues in error path reporting + capture output of 'partx --help' as older versions do not support that flag, and send output to stderr. + fix bug when growing partitions on disks > 2TB. (LP: #1259703) + run partx only on block devices (not files) + better --dry-run output for gpt disks, providing sgdisk command line that would be used. + support sfdisk >= 2.26, and support gpt partitions with sfdisk Robert Schweikert 2016-09-13 20:58:48 +0000
  • b0b6709d85 Accepting request 229027 from Cloud:Tools Stephan Kulow 2014-04-08 09:44:51 +0000
  • 358dd2307f - add patch licenseGPLv3.patch + no license file included in upstream release (https://bugs.launchpad.net/cloud-utils/+bug/1294338) + GPL v3 applies to growpart script, that is all we are distributing at the moment - fix the Group, don't shout Robert Schweikert 2014-03-18 20:38:17 +0000
  • 760ccbbbbb - Initial build Robert Schweikert 2014-03-17 17:57:17 +0000