Re: [PATCH] LVM cachevol support

2024-09-30 Thread Patrick Plenefisch
On Mon, Sep 30, 2024 at 3:07 PM Scottie Shore wrote: > > The +suffix format is described as a status flag here: > https://gitlab.com/lvmteam/lvm2/-/blob/main/lib/format_text/flags.c#L238 > > I've kept the match simple and in the style of the code around it. There's a > need for dedicated function

Re: [PATCH] LVM cachevol support

2024-09-30 Thread Vladimir 'phcoder' Serbinenko
You seem to have forgotten the patch Le lun. 30 sept. 2024, 22:07, Scottie Shore a écrit : > The +suffix format is described as a status flag here: > https://gitlab.com/lvmteam/lvm2/-/blob/main/lib/format_text/flags.c#L238 > > I've kept the match simple and in the style of the code around it. Th

[PATCH] LVM cachevol support

2024-09-30 Thread Scottie Shore
The +suffix format is described as a status flag here: https://gitlab.com/lvmteam/lvm2/-/blob/main/lib/format_text/flags.c#L238 I've kept the match simple and in the style of the code around it. There's a need for dedicated functions to iterate through the LVM MDA, but that's a much larger scope