Bug 110 - ArrayKK/NVC-884:Settings lost when ssh key is synchronized issue

Review Request #92 — Created Nov. 20, 2023 and updated — Latest diff uploaded

timlai
APV10
rel_apv_10_7,rel_apv_10_4_3
110
jasonchou, peteryeh, wli

Root Cause:
when we upgrade system OS, we didn't empty the /caupgrade partition,
The ca_sshd.service was not removed but was instead installed to the new version.
The new version does not support ca_sshd.service, so that bug happened.

Solution:
Clear the partition before installing the new version to avoid issues.

[root@AN test]# systemctl status ca_sshd
● ca_sshd.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)

    Loading...