SCV fails to remove and edit cluster if the cluster name ends with "-mc"
Applies to
- SnapCenter Plug-in for VMware vSphere(SCV)
- ONTAP cluster name ends with "-mc"
Issue
- SCV fails to remove the cluster in Storage Systems by the following error:
Failed to remove storage system information: Validation failed:
-- StorageConnections[0]: The specified name Name : [<CLUSTER_NAME>]
does not exist or can not be modified.
- SCV fails to edit the cluster in Storage Systems by the following error:
Failed to get storage system information.
No Storage System found for selected vCenter
vmcontrol.log
indicates that removing cluster fails byValidation failed
ERROR scv1 --- [tp1825027294-19] c.n.a.s.c.SnapManagerStorageServiceImpl : [JobId:0] Failed to remove storage system information: Validation failed:
-- StorageConnections[0]: The specified name Name : [cluster-mc]
does not exist or can not be modified.
DEBUG scv1 --- [tp1825027294-19] c.n.a.r.v.c.s.SvmJsonController : Error occured while adding storage system. Failed to remove storage system information: Validation failed:
-- StorageConnections[0]: The specified name Name : [cluster-mc]
does not exist or can not be modified.
ProtectionService.log
indicates thatValidation failed
is detected inFluentValidation.ValidationException
[ERR] [Storage] [TID:25] [RID:0HMOJP4BADIO1:00000002] [CID:] [JID:] FluentValidation.ValidationException: Validation failed:
-- StorageConnections[0]: The specified name Name : [cluster-mc]
does not exist or can not be modified.