当ACL类型未知时、XCP无法获取安全描述符错误
适用场景
XCP SMB
问题描述
- 执行XCP复制/同步时XCP报告以下错误:
failed to get security descriptor for "\\cifs-server\share-name\dir1"
- 但是、已传递XCP copy/sync命令、但源和目标上的权限不匹配:
C:\>xcp sync -acl "\\cifs-server\sharesrc\dir1""\\cifs-server1\sharedst\dir1" -v -loglevel DEBUG -root
XCP SMB 1.9.3; (c) 2024 NetApp, Inc.; Licensed to xxxxxxx until Wed Jan 1 05:38:45 2025
24 scanned, 0 copied, 0 compared, 0 skipped, 0 removed, 0 errors, 6s, 0 acls copied
failed to get security descriptor for "\\cifs-server\sharesrc\dir1";
xcp sync -acl \\cifs-server\sharesrc\dir1 \\cifs-server1\sharedst\dir1 -v -loglevel DEBUG -root
38 scanned, 0 copied, 38 compared, 0 skipped, 0 removed, 0 errors, 0 acls copied
Total Time : 8s
STATUS : PASSED
Error 0
Sending statistics...
- XCP主机用户是源上的备份操作员成员、而目标上的内置\administrator成员。