Package: vmdb2 / 0.41-1

Metadata

Package Version Patches format
vmdb2 0.41-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
option target old | (download)

vmdb/plugins/mkfs.mdwn | 3 3 + 0 - 0 !
vmdb/plugins/mkfs_plugin.py | 33 22 + 11 - 0 !
2 files changed, 25 insertions(+), 11 deletions(-)

 add conditional control to mkfs_plugin to avoid newer filesystem options
 Over time, filesystems develop new options. vmdb2 is often used to install
 older OS releases. I added a catch-all conditional flag on mkfs to control
 the usage of options that are new-ish, to avoid breaking compatibility.
 .
 This answers to bug report #1108498, reported (and updated) to the GitLab
 tracker as issue 156. I suppose this patch will be included by the next
 release.