diff --git a/pkg/compute/guestdrivers/aliyun.go b/pkg/compute/guestdrivers/aliyun.go index fbbb928d6a..cba33e4c49 100644 --- a/pkg/compute/guestdrivers/aliyun.go +++ b/pkg/compute/guestdrivers/aliyun.go @@ -549,13 +549,6 @@ func (self *SAliyunGuestDriver) RequestChangeVmConfig(ctx context.Context, guest return err } } - - log.Debugf("VMchangeConfig %s, wait status ready ...", iVM.GetGlobalId()) - err = cloudprovider.WaitStatus(iVM, models.VM_READY, time.Second*5, time.Second*300) - if err != nil { - return err - } - log.Debugf("VMchangeConfig %s, and status is ready", iVM.GetGlobalId()) return nil }