[GitHub] [cloudstack-primate] rhtyd commented on issue #7: [WIP] Feature/vm wizard

2019-10-28 Thread GitBox
rhtyd commented on issue #7: [WIP] Feature/vm wizard URL: https://github.com/apache/cloudstack-primate/pull/7#issuecomment-547281432 @iceteabottle thanks for resuming this. One request from last time I tested your component/form, can you add the device mixin to hide the infocard on mobile?

[GitHub] [cloudstack-primate] rhtyd commented on issue #2: [WIP] Added config options to enable HTTPS and custom vhost names

2019-10-28 Thread GitBox
rhtyd commented on issue #2: [WIP] Added config options to enable HTTPS and custom vhost names URL: https://github.com/apache/cloudstack-primate/pull/2#issuecomment-547281594 Thanks @onitake, I'm on leave this week. I'll revisit this PR next week. -

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #7: [WIP] Feature/vm wizard

2019-10-28 Thread GitBox
rhtyd commented on a change in pull request #7: [WIP] Feature/vm wizard URL: https://github.com/apache/cloudstack-primate/pull/7#discussion_r339913084 ## File path: src/locales/en.json ## @@ -943,5 +943,6 @@ "yourInstance": "Your instance", "newInstance": "New instance",

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #7: [WIP] Feature/vm wizard

2019-10-28 Thread GitBox
rhtyd commented on a change in pull request #7: [WIP] Feature/vm wizard URL: https://github.com/apache/cloudstack-primate/pull/7#discussion_r339912956 ## File path: package.json ## @@ -42,8 +42,7 @@ "axios": "^0.19.0", "enquire.js": "^2.1.6", "js-cookie": "^2

[GitHub] [cloudstack-primate] rhtyd merged pull request #8: Fix misused class in the info card component. Adjust margin.

2019-10-28 Thread GitBox
rhtyd merged pull request #8: Fix misused class in the info card component. Adjust margin. URL: https://github.com/apache/cloudstack-primate/pull/8 This is an automated message from the Apache Git Service. To respond to the

Re: Virtual machines volume lock manager

2019-10-28 Thread Andrija Panic
I've been running KVM public cloud up to recently and have never seen such behaviour. What versions (ACS, qemu, libvrit) are you running? How does the migration fail - ACS job - or libvirt job? destination VM is by default always in PAUSED state, until the migration is finished - only then the de

Virtual machines volume lock manager

2019-10-28 Thread Rakesh Venkatesh
Hello Users Recently we have seen cases where when the Vm migration fails, cloudstack ends up running two instances of the same VM on different hypervisors. The state will be "running" and not any other transition state. This will of course lead to corruption of disk. Does CloudStack has any opti

[GitHub] [cloudstack-primate] iceteabottle commented on issue #8: Fix misused class in the info card component. Adjust margin.

2019-10-28 Thread GitBox
iceteabottle commented on issue #8: Fix misused class in the info card component. Adjust margin. URL: https://github.com/apache/cloudstack-primate/pull/8#issuecomment-546927891 Before: ![before](https://user-images.githubusercontent.com/13260952/67678985-56e18700-f988-11e9-8b6b-77a38b4b

[GitHub] [cloudstack-primate] iceteabottle opened a new pull request #8: Fix misused class in the info card component. Adjust margin.

2019-10-28 Thread GitBox
iceteabottle opened a new pull request #8: Fix misused class in the info card component. Adjust margin. URL: https://github.com/apache/cloudstack-primate/pull/8 I fixed the margin between the detail items of the info card component. I removed the imho misused css class. --

[GitHub] [cloudstack-primate] iceteabottle opened a new pull request #7: [WIP] Feature/vm wizard

2019-10-28 Thread GitBox
iceteabottle opened a new pull request #7: [WIP] Feature/vm wizard URL: https://github.com/apache/cloudstack-primate/pull/7 - [ ] Format Info card for vm config summary - [ ] Add iso selection - [ ] Add translations for all input placeholders - [ ] Implement submit method - [ ]