openvstorage / framework

The Framework is a set of components and tools which brings the user an interface (GUI / API) to setup, extend and manage an Open vStorage platform.
Other
27 stars 23 forks source link

GUI can hang on cloning from template #889

Closed JeffreyDevloo closed 8 years ago

JeffreyDevloo commented 8 years ago

Problem description

When you clone from a vtemplate of which the host is down (for instance a vtemplate hosted on node 1 and node 1 is offline), the GUI will sometimes not process your cloning.

selection_067 What happens is that when you click 'Finish', the button will grey out and the modal keeps showing. After a brief delay, the finish button is clickable again and you can retry. In some cases it works, in others it wont.

When the button is clicked and greys out (without closing the modal), there is no post happening to the API. With this I close the possibility of the API not handling the call.

Temporary solution

The temporary solution seems to be retrying by closing the modal and restarting the whole process.

Additional information

Setup

Hyperconverged setup with 3 nodes

Package

khenderick commented 8 years ago

Most likely a check that doesn't display a correct warning.

JeffreyDevloo commented 8 years ago

I'd like to add that there is no indication on the front-end that displays if something went wrong during this process.

khenderick commented 8 years ago

After some discussions with @JeffreyDevloo, this might have been a side-effect from #857. Please validate and re-open if required.

JeffreyDevloo commented 8 years ago

Steps

Verification:

Output

Both vdisks were created without the issue described in the issue. selection_012

Test result

Test passed.

Packages