[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74837: [PATCH v3 0/2] resize-file-system-service
From: |
Ludovic Courtès |
Subject: |
bug#74837: [PATCH v3 0/2] resize-file-system-service |
Date: |
Mon, 16 Dec 2024 00:02:33 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Richard Sent <richard@freakingpenguin.com> skribis:
> What would that look like? We don't want to capture an error in
> grow-filesystem-command with an exit-status of 1, so it lives outside
> the guard, and we don't want to raise an exception if the partition
> was already resized.
Ah yes, that makes sense, sorry for misunderstanding.
> (Side note, should Shepherd consider a service perpetually starting if
> the start constructor exits without returning a value?)
A constructor must return exactly one value. (Or it can throw an
exception, which is interpreted as failure to start.)
> V3 should have all other feedback implemented.
>
> Richard Sent (2):
> packages: cloud-utils: Add missing growpart programs to path.
> gnu: services: Add resize-file-system-service.
Perfect. Applied, thanks!
Ludo’.