You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a conflict check for state: renamed, especially for modules that support to apply multi item changes like for example ipauser and ipagroup.
The check should ensure that a multi item change with a name conflict is failing as a complete transaction before a single change is applied. For each rename, there needs to be a check that there is no existing item with the same name and also that there is no name conflict (name and rename) within the transaction. Additional complexity due to sorting of the items to fix name conflicts within the transaction is not the goal.
There should be a conflict check for
state: renamed
, especially for modules that support to apply multi item changes like for example ipauser and ipagroup.The check should ensure that a multi item change with a name conflict is failing as a complete transaction before a single change is applied. For each rename, there needs to be a check that there is no existing item with the same name and also that there is no name conflict (name and rename) within the transaction. Additional complexity due to sorting of the items to fix name conflicts within the transaction is not the goal.
Related: #1174 (comment)
The text was updated successfully, but these errors were encountered: