Skip to content

qm: add org.osbuild-auto.qm.storage.settings

Douglas Landgraf requested to merge dlandgra/sample-images:qmstorageset into main

This patch adds osbuild-auto.qm.storage.settings which calls qm-storage-settings tool during the OS installation (ostree and regular) for settings the ${ROOTFS}/etc/containers/storage.conf and ${ROOTFS}/etc/containers/containers.conf. Both files only affect QM partitions. Previously, users had to manually call /usr/share/qm/setup to configure these files in the QM partition which was never true in the ostree distro as it's a readonly OS.

Requires: qm: add qm-storage-settings.
URL: CentOS/automotive/rpms/osbuild-auto!12

See-Also: tools: add qm-storage-settings.
URL: https://github.com/containers/qm/pull/421

Signed-off-by: Douglas Schilling Landgraf dougsland@redhat.com

Edited by Douglas Landgraf

Merge request reports