Open gothicx opened 4 years ago
I think we could add a -controller
flag to vm.disk.change
to support this. What do you think?
That's ok for me. Thank you !
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
/remove-lifecycle stale
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Mark as fresh by adding the comment /remove-lifecycle stale
.
/remove-lifecycle stale
Hello,
It seems the code has been modifed to add this functionnality.
However, it seems not to be working (using a VSAN datastore):
&types.LocalizedMethodFault{
Fault: &types.SystemError{
RuntimeFault: types.RuntimeFault{
MethodFault: types.MethodFault{
FaultCause: (*types.LocalizedMethodFault)(nil),
FaultMessage: []types.LocalizableMessage{
{
Key: "vob.fssvec.CreateFile.file.failed",
Arg: nil,
Message: "File system specific implementation of CreateFile[file] failed",
},
{
Key: "vob.fssvec.CreateFile.file.failed",
Arg: nil,
Message: "File system specific implementation of CreateFile[file] failed",
},
{
Key: "vob.fssvec.CreateFile.file.failed",
Arg: nil,
Message: "File system specific implementation of CreateFile[file] failed",
},
},
},
},
Reason: "Error creating disk Function not implemented",
},
LocalizedMessage: "A general system error occurred: Error creating disk Function not implemented",
}
Should I open a new issue for this?
Yes, if this issue is not correctly reflecting the bug you're seeing, please open a new one.
@jbertozzi This bug was reported to add a controller to an existing disk and not while creating a new VM, so you probably want to report a new bug.
New issue opened:
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Mark as fresh by adding the comment /remove-lifecycle stale
.
Hi,
It would be useful to have a device.scsi.attach to attach a disk to a scsi controller.
govc device.scsi.attach -vm $vm pvscsi-1001
Thank you.