containers / qm

QM is a containerized environment for running Functional Safety qm (Quality Management) software
https://github.com/containers/qm
GNU General Public License v2.0
20 stars 21 forks source link

qm: setup -> storage() won't be called during OS installation or work in ostree based distros. #422

Closed dougsland closed 4 months ago

dougsland commented 4 months ago

storage configuration but it's not called during installation as requires call manually /usr/share/qm/setup. On top of that, it won't work on ostree deploys as it's read only filesystem.

dougsland commented 4 months ago

Resolved via: https://github.com/containers/qm/issues/422.

For the record, the full solution requires 3 patches: containers/qm: tools: add qm-storage-settings. URL: https://github.com/containers/qm/pull/421

automotive/sample-images: qm: add org.osbuild-auto.qm.storage.settings. URL: https://gitlab.com/CentOS/automotive/sample-images/-/merge_requests/510

qm: add qm-storage-settings. URL: https://gitlab.com/CentOS/automotive/rpms/osbuild-auto/-/merge_requests/12