This is a known issue affecting Cloud Director Availability.
Currently, there is no resolution.
Workaround:
To work around this issue, increase the maximum number of days between password change value to a number greater than 0.
- Connect to the Cloud Director Availability appliance via an SSH session or access the command line via the console.
- Log in with the current root user credentials.
- Adjust the maximum number of days between password change to a positive number using the chage command:
chage -M 99999 root
Note: Any value greater than -1 and less than 10000 will also set the password expiration date.
- Confirm the password expiration configuration for the root user:
chage -l root