SUSE / suse-migration-services

GNU General Public License v3.0
7 stars 10 forks source link

DRAFT: Add pre-checks as a systemd process #245

Closed KeithMnemonic closed 2 years ago

KeithMnemonic commented 2 years ago

This PR completes the updated implementation of suse-migration-pre-checks. A new suse-migration-run-pre-checks-service has been added that will be started right after the instance is rebooted to the migration image and the filesystem is mounted at /system-root.

One PR #244 is merged, this PR will be updated to include the --fix option as the default behavior when the suse-migration-run-pre-checks-service is started. A new option config has been added to allow this to be turned off. In that mode, the pre-checks are still run but without the --fix fix option.

rtamalin commented 2 years ago

Looks good.

KeithMnemonic commented 2 years ago

closing this in favor of https://github.com/SUSE/suse-migration-services/pull/247 . There were some rebase issues so I applied the change to a fresh pull of master