You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stringmessage = String.format("Failed to list folder content of VM [name: %s] due to: [%s]. For more information about this error, or "
193
+
+ "to know why ACS tries to check folder content, please check this link [%s]. This error apparently only occurs with datastores that use the NFS protocol and "
194
+
+ "in specific versions of VMWare. Users using VMFS or VMWare versions greater than 6.7 have not reported this error. If the operation performed is a volume detach, "
195
+
+ "it was successful. If you want to know why this error occurs in VMWare, please contact VMWare's technical support.",
196
+
vmName, e.getMessage(), link);
197
+
s_logger.warn(message, e);
198
+
} else {
199
+
s_logger.error(String.format("Failed to sync volume [%s] of VM [%s] due to: [%s].", vmdkName, vmName, e.getMessage()), e);
0 commit comments