mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
b3795a470f
commit
90605d15be
@ -211,6 +211,9 @@ void HostSharePCI::del(const vector<VectorAttribute *> &devs)
|
||||
{
|
||||
pci_it->second->vmid = -1;
|
||||
pci_it->second->attrs->replace("VMID",-1);
|
||||
|
||||
// Clean address from VM as it's not using it anymore
|
||||
(*it)->remove("ADDRESS");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -938,12 +938,12 @@ void LifeCycleManager::epilog_success_action(int vid)
|
||||
|
||||
vmpool->update_history(vm);
|
||||
|
||||
vmpool->update(vm);
|
||||
|
||||
vm->get_capacity(sr);
|
||||
|
||||
hpool->del_capacity(vm->get_hid(), sr);
|
||||
|
||||
vmpool->update(vm);
|
||||
|
||||
//----------------------------------------------------
|
||||
|
||||
dm->trigger(action,vid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user