Skip to content

Commit 27b753a

Browse files
Deepti DohareAbhinandan Prateek
authored andcommitted
CLOUDSTACK-1575 Failed to transit volume with uploadVolume
Signed-off-by: Abhinandan Prateek <[email protected]>
1 parent a49261c commit 27b753a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ public AsyncCallFuture<VolumeApiResult> registerVolume(VolumeInfo volume, DataSt
567567

568568
AsyncCallFuture<VolumeApiResult> future = new AsyncCallFuture<VolumeApiResult>();
569569
VolumeObject vo = (VolumeObject) volume;
570-
vo.stateTransit(Volume.Event.UploadRequested);
571570

572571
CreateVolumeContext<VolumeApiResult> context = new CreateVolumeContext<VolumeApiResult>(null, vo, future);
573572
AsyncCallbackDispatcher<VolumeServiceImpl, CreateCmdResult> caller = AsyncCallbackDispatcher.create(this);

0 commit comments

Comments
 (0)