Comment 3 for bug 1221525

Revision history for this message
Dazhao Yu (dzyu) wrote : Re: Cannot attach volume to one instance which in Hyper-V nova compute node

I found we can run ""iscsicli.exe AddTargetPortal XX:XXX:XXXX:XXX 3260 * * * * * * * * * * * * *" successfully in Window server cmd. But in OpenStack code, when run this command via subprocess in VolumeUtils.execute method, it is failed, reported "Authentication Failure". No permission to run it?