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

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

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)

timlai
Review request changed

Branch:

-rel_avx_2_7_2
+rel_apv_10_7,rel_apv_10_4_3
jasonchou
  1. Ship It!
  2. 
      
wli
  1. Ship It!
  2. 
      
Loading...