kimchi-project / gingers390x

Wok plug-in focused in s390x management
Other
6 stars 8 forks source link

Scalability: deletion of network interface message #59

Closed sureshab closed 8 years ago

sureshab commented 8 years ago

=== Problem Description ===================================

===========================================================

On a single lpar, if two sysadmin are on network interface listing. And one of them deletes one of the ethernet interface and then another one went and delete the same ethernet interface, the error message currently shown is "Delete interface enccw0.0.0150 failed ! GS390XINVINPUT: Invalid input. Reason = Given device is not of type OSA. Device: enccw0.0.0150" And second sysadmin has to refresh the list. After which the deleted interface is no more shown, as its expected.

It would be nice to show error message something like the interface no more exist. Please refresh network list to get the latest interface lists.

=== Steps to Reproduce ====================================

===========================================================

  1. Via wok UI, login as user say user1 and go to network interface listing
  2. Via wok UI, login as another user say user2 in same lpar, and go to network interface.
  3. Go to user1 session, select one of the network interface and delete.
  4. Go to user2 session, select same network interface and delete.
sureshab commented 8 years ago

i will be working on this issue