rohityadavcloud commented on issue #7148: URL: https://github.com/apache/cloudstack/issues/7148#issuecomment-1625383228
@weizhouapache @shwstppr I've tested this fix backported to a 4.17 env with Solidfire and VMware; it fixes the issue of previously failured where it would attempt to create datastore on an already created datastore for a solidfire iSCSI target. However, it doesn't address the issue https://github.com/apache/cloudstack/issues/7148 completely. The issue now it with the fix from https://github.com/apache/cloudstack/pull/7160, a solidfire data disk is detached successfully in CloudStack but we see failures to remove/unmount the iSCSI target on vCenter: <img width="1138" alt="Screenshot 2023-07-07 at 4 35 47 PM" src="https://github.com/apache/cloudstack/assets/95203/a0880f91-f8bb-4580-9944-b003284bbd3c"> Furthermore, in vCenter we see the datastore gets inaccessible (umounted with errors): <img width="1123" alt="Screenshot 2023-07-07 at 4 36 22 PM" src="https://github.com/apache/cloudstack/assets/95203/e6f5feb2-f54c-4b2b-9006-33917c3ac8d9"> Next time we try to attach the solidfire data disk in CloudStack, it fails as it somehow fails to mount the datastore on all hosts (error from cloudstack logs) and this is seen in vCenter: <img width="1165" alt="Screenshot 2023-07-07 at 4 37 11 PM" src="https://github.com/apache/cloudstack/assets/95203/ec2be0c5-fc63-4a8e-8a34-7ab7761dd6ae"> However, surprisingly if I attach from CloudStack and manually mount the inaccessible datastore in vCenter, then attach operation succeeds. -- 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]
