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
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Add a model such that one unit is the subordinate of another (e.g. ntp and ubuntu)
Try to remove that subordinate unit with a command juju remove-unit ntp/0.
It says: removing unit ntp/3 failed: unit "ntp/3" is a subordinate
Try to remove that unit in the GUI
Expected behavior
The webui should throw an error message saying that the unit cannot be removed because it is a subordinate.
This should appear when you click commit (or before)
Actual behavior
Nothing happens. The flow is the same as a successful removal.
Nothing is shown to the user to make them suspect that the removal was not successful, other than the fact that the unit is still there.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
ntp
andubuntu
)juju remove-unit ntp/0
.removing unit ntp/3 failed: unit "ntp/3" is a subordinate
Expected behavior
The webui should throw an error message saying that the unit cannot be removed because it is a subordinate.
This should appear when you click commit (or before)
Actual behavior
Nothing happens. The flow is the same as a successful removal.
Nothing is shown to the user to make them suspect that the removal was not successful, other than the fact that the unit is still there.
The text was updated successfully, but these errors were encountered: