GitHub user Jayd603 edited a comment on the discussion: Restoring volume snapshots from secondary storage in new CS cluster
Another issue is , i'm trying to connect zfs replicated storage, this is supposed to be read only so it doesn't break replication. Cloudstack doesn't allow it. So I would need to copy all the files from one share to another before even being able to import into cloudstack. It gets better. I attempted to remove the primary storage from the db and restart things - nothing works. ``` 2026-01-07 21:49:12,863 ERROR [c.c.a.m.ClusteredAgentManagerImpl] (AgentConnectTaskPool-598:[ctx-9860562f]) (logid:b0299219) Monitor StoragePoolMonitor says there is an error in the connect process for 27 due to Cannot invoke "org.apache.cloudstack.storage.datastore.db.StoragePoolVO.isShared()" because "pool" is null java.lang.NullPointerException: Cannot invoke "org.apache.cloudstack.storage.datastore.db.StoragePoolVO.isShared()" because "pool" is null ``` So I guess I now triggered it to use shared storage and it doesn't like that I removed it. No Agents start. Re-enabled the shared storage in the db and tried to use UI to disable shared storage pool. -- everything rebooted again. This is after disabling "HA" in cloudstack, which always right AI told me would prevent that script from rebooting the hosts. nope. After rebooting everything again - host agents have reconnected and things seemed normal but all hosts rebooted again, the shared storage was disabled - HA was disabled for the zone. still reboots. Adding another primary shared storage pool still does not solve the issue - the cluster still reboots hosts! GitHub link: https://github.com/apache/cloudstack/discussions/12254#discussioncomment-15438453 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
