----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10947/#review20479 -----------------------------------------------------------
Ship it! Branch: refs/heads/master Commit: 756a4179e28b66fe42fec40c0b183907eab0dde2 - Sateesh Chodapuneedi On May 6, 2013, 12:53 p.m., Rajesh Battala wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/10947/ > ----------------------------------------------------------- > > (Updated May 6, 2013, 12:53 p.m.) > > > Review request for cloudstack, Devdeep Singh and edison su. > > > Description > ------- > > After resize operation, the state of the volume is resizing only. > The issue is, VolumeServiceImpl is calling the wrong call back for the resize > volume operation. > Fixed the issue by calling the right callback which will change the state > transition from resizing to Ready. > > > This addresses bug CLOUDSTACK-2189. > > > Diffs > ----- > > > engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java > b39502b > > Diff: https://reviews.apache.org/r/10947/diff/ > > > Testing > ------- > > Unittests are success. > Created a volume of 5 GB, verified the state in the db and in the kvm. > Resized the volume to 20GB, volume attached to the kvm instance had increased > to 20GB, resizevolume logs shows the volume is increased. > DB is now having the state change from Resizing to Ready. > > The testing output is pasted on the bug comment > > > Thanks, > > Rajesh Battala > >