mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
F #4809: Remove unneeded update_zone calls when adding a server to a
zone
This commit is contained in:
parent
d5d6cb9667
commit
dbc47c9874
@ -163,8 +163,6 @@ public:
|
||||
{
|
||||
std::vector<int> zids;
|
||||
success_response(oid, att);
|
||||
|
||||
Nebula::instance().get_frm()->update_zones(zids);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -122,8 +122,6 @@ void ZoneAddServer::request_execute(xmlrpc_c::paramList const& paramList,
|
||||
pool->update(zone);
|
||||
|
||||
zone->unlock();
|
||||
|
||||
nd.get_frm()->update_zones(zids);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -231,8 +229,6 @@ void ZoneDeleteServer::request_execute(xmlrpc_c::paramList const& paramList,
|
||||
pool->update(zone);
|
||||
|
||||
zone->unlock();
|
||||
|
||||
nd.get_frm()->update_zones(zids);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user