DaanHoogland commented on PR #6812: URL: https://github.com/apache/cloudstack/pull/6812#issuecomment-1401608883
@BryanMLima , i still don´t get a running MS in a lab env with this PR. The same output as before, stopping misteriously after ``` 2023-01-24 08:29:50,802 INFO [o.a.c.s.NfsMountManager] (main:null) (logid:) Clean up mounted NFS mount points used in current session. ``` I doubt that line is the culprit. The line before ``` 2023-01-24 08:29:50,801 DEBUG [c.c.u.c.DBEncryptionUtil] (main:null) (logid:) Error while decrypting: 5000 ``` seems more likely to be related but I don´t see a clear cause. There is a whole bunch of `c.c.s.ConfigurationServerImpl` messages before that, again with no clear error. A few `INFO`s: ``` 2023-01-24 08:29:50,392 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Systemvm keypairs not found in database. Need to store them in the database ... 2023-01-24 08:29:50,529 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Trying to copy private keys to hosts 2 ... 2023-01-24 08:29:50,636 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) The script injectkeys.sh was run with result : null 2023-01-24 08:29:50,639 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) updating the SSVM PSK with new value. This goes to SSVM on Start 2023-01-24 08:29:50,646 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Need to store secondary storage vm copy password in the database ``` again, not sure if any of these have anything to do with it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
