-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Milestone
Description
problem
When upgrade ACS from 4.20.1 to 4.21.0, management server fail to restart and compliant a directory is missing.
2025-09-05 23:43:14,355 ERROR [o.a.c.h.e.p.ExternalPathPayloadProvisioner] (main:[]) (logid:) Unable to create extensions data directory [/var/lib/cloudstack/management/extensions] java.nio.file.AccessDeniedException: /var/lib/cloudstack
after manually create that directory, management will able to start
mkdir -p /var/lib/cloudstack/management/extensions
chown -R cloud:cloud /var/lib/cloudstack
versions
ACS: 4.21.0
OS: OL9 x86_64
hypervisors: KVM
storage: NFS(SharedMountPoint)
network: vxlan
The steps to reproduce the bug
- Have 4.20.1 installed
- yum upgrade cloudstack-management
- systemctl start cloudstack-management
- examine /var/log/cloudstack/management/management-server.log
What to do about it?
No response
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo