Il Ven 30 Set 2022, 12:23 Schmidl, Tobias ha scritto: > Hi Jan, Roberto, > > Am Freitag, dem 30.09.2022 um 10:56 +0200 schrieb Jan Kiszka: > > On 30.09.22 10:00, Roberto A. Foglietta wrote: > > > > > > > https://groups.google.com/d/msgid/isar-users/20220630135531.717696-2-tobiasschmidl%40siemens.com> > is the way forward, but it needs some more fine-tuning. Tobias, what is > > the status there? > > > > As I understand it the mentioned patch is dead, since the systemd version > in stretch is too old for systemd-resizefs - or did I miss anything? > Hi Tobias and Jan, as you can see my approach is straight simple: if extending the ext4 fails because it does not match the filesystem type then try with btrfs tool. Obviously, the btrfs tool is added as dependencies among others before defined. pro: it supports btrfs, easy to catch contro: not a general approach I tend to be very pragmatic: the current supports ext4 resize only + a simple patch it supports btrfs also. This is an improvement and add a little of complexity. May be tomorrow, it will arrive the support for xfs or dm-crypto. Step by step functionalities will be added and at a certain point someone will feel the nessecity to rationalise the code but not necessarily generalising (architecture change). This kind of development is about natural evolution rather than intelligent design. Ok, sometimes it is necessary to reorganise, rewrite, generalise, the product of the natural evolution but usually fits enough. My 2 cents, IMHO. Cheers, R. >