This project is mirrored from https://github.com/UPC/ravada.git.
Pull mirroring updated .
- 11 Jul, 2019 1 commit
-
-
Francesc Guasch authored
issue #1099
-
- 10 May, 2019 1 commit
-
-
Francesc Guasch authored
-
- 26 Apr, 2019 1 commit
-
-
Francesc Guasch authored
issue #1069
-
- 12 Mar, 2019 1 commit
-
-
Francesc Guasch authored
* test(storage): check no shared storage * feature(storage): do not sync shared storage issue #1104
-
- 07 Feb, 2019 1 commit
-
-
Francesc Guasch authored
* wip(cli): use faster machine listing issue #984 * feature(backend); set process priorities issue #984 * wip(backend): cache connections and check free memory Now Virtual Manager connections are cached. When balancing VMs, check if machine memory fits issue #984 * wip(backend): ignores disabled nodes, disable when one fails When a node is disabled, try not to use it. When a node fails, set disabled. Use process priorities. Improve MAC address generation on KVM * fix(KVM): don't reset the password if machine up issue #955 * wip(backend): remove forkmanager We handle forks ourselves so we can tweak this more. ie we can allow more process with more nodes. issue #984 * test(nodes): check remote remove base issue #984 * test(nodes): migrate without CD and fix volume names issue #984 * test(download): give time process to start * test(nodes): check base and volatile clones issue #984 * wip(nodes): cached nodes and allow clone when preparing base Check the cached nodes are there and not renamed When preparing a remote base allow to clone the machine issue #984 * refactor(KVM): disable nodes and better UUID creating random uuids sometimes failed issue #984 * wip(requests): kill request if pid not found issue #984 * test(volumes): create mock volumes with different names issue #984 * refactor(nodes): clean remote bases issue #984 * test(nodes): check volatile clones on remote * test(backend): properly create mock domains issue #984 * refactor(KVM): cope with duplicated uuids issue #984 * refactor(nodes): disable failed remote domains also cope with duplicated uuids on migration issue #984 * refactor(nodes): improve balancing failover and volatile issue #984 * test(pools): check unique uuid on creation issue #984 * refactor(nodes): fixed remove base on remote down node issue #984 * refactor(nodes): do not check active if node down issue #984 * refactor(requests): allow shutdown timeout on refreshing vms May come useful one day, handy for testing by now issue #984 * refactor(tests): removed debug * refactor(test): check down domain on disabled/down nodes issue #984 * refactor(backend): return all known remote ips In some cases may be more than 1 remote ip, probably when accessing from localhost issue #984 * refactor(test): wait more for remote machines down issue #984 * refactor(backend): use timeout shutdown only if defined issue #984
-
- 11 Jan, 2019 1 commit
-
-
Francesc Guasch authored
issue #969
-
- 13 Dec, 2018 1 commit
-
-
Francesc Guasch authored
* feature(backend): start and stop remote node via WOL Added new field in the VM to store MAC address issue #953 * test(backend): check mac and stop node issue #953 * test(backend): test wol issue #953 * feature(nodes): start and stop remote node issue #953 * feature(backend): start and stop remote node via WOL Added new field in the VM to store MAC address issue #953 * test(backend): check mac and stop node issue #953 * test(backend): test wol issue #953 * feature(nodes): start and stop remote node issue #953 * wip(frontend): shutdown and start nodes request issue #953 * feature(backend): start and stop remote node via WOL Added new field in the VM to store MAC address issue #953 * test(backend): check mac and stop node issue #953 * test(backend): test wol issue #953 * feature(nodes): start and stop remote node issue #953 * feature(backend): start and stop remote node via WOL Added new field in the VM to store MAC address issue #953 * test(backend): check mac and stop node issue #953 * test(backend): test wol issue #953 * feature(nodes): start and stop remote node issue #953 * wip(frontend): shutdown and start nodes request issue #953 * feature(backend): check node connection issue #953 * feature(frontend): show status of node connection issue #953 * refactor(nodes): ping node with all IPs * wip(backend): show error if start request failed issue #953 * refactor(frontend): removed debug * refactor(frontend): show error messages prettier issue #953 * refactor(frontend): check node status after operations issue #953 * refactor(requests): deal with stopping requests and set done issue #953 * refactor(nodes): ping all known addresses isse #953 * refactor(frontend): ignore connect node messages issue #953 * refactor(nodes): balance better when many start at once issue #953 * refactor(frontend): do not bother so much for status issue #953 * feature(backend): start and stop remote node via WOL Added new field in the VM to store MAC address issue #953 * test(backend): check mac and stop node issue #953 * test(backend): test wol issue #953 * feature(nodes): start and stop remote node issue #953 * test(backend): check mac and stop node issue #953 * test(backend): test wol issue #953 * wip(frontend): shutdown and start nodes request issue #953 * Feature #731 start all (#954) * 731_start_all: feat: New tab clones created. issue #731 * 731_start_all: feat: Request to start all clones of a base implemented. issue #731 * feat: test created. issue [#731]. * test(start): check clones are started issue #731 * wip(frontend): merged bs4.1 intro clones tab * refactor(backend): set starting domains to help balance Count starting domains as if already started when balancing. This way the load is best spread among nodes. issue #731 * wip(backend): add new valid status *starting* issue #731 * Replaced hardcoded footer with footer variable (#962) * feature(backend): start and stop remote node via WOL Added new field in the VM to store MAC address issue #953 * test(backend): check mac and stop node issue #953 * test(backend): test wol issue #953 * feature(backend): start and stop remote node via WOL Added new field in the VM to store MAC address issue #953 * test(backend): check mac and stop node issue #953 * test(backend): test wol issue #953 * feature(nodes): start and stop remote node issue #953 * feature(nodes): start and stop remote node issue #953 * wip(frontend): shutdown and start nodes request issue #953 * feature(backend): check node connection issue #953 * feature(frontend): show status of node connection issue #953 * refactor(nodes): ping node with all IPs * wip(backend): show error if start request failed issue #953 * refactor(frontend): removed debug * refactor(frontend): show error messages prettier issue #953 * refactor(frontend): check node status after operations issue #953 * refactor(requests): deal with stopping requests and set done issue #953 * refactor(nodes): ping all known addresses isse #953 * refactor(frontend): ignore connect node messages issue #953 * refactor(nodes): balance better when many start at once issue #953 * refactor(frontend): do not bother so much for status issue #953 * wip(nodes): remove all remote bases issue #953 * test(nodes): test remove remote bases
-
- 15 Nov, 2018 1 commit
-
-
Francesc Guasch authored
* wip(nodes): do not try to run iptables code on down nodes issue #882 * test(nodes): test machine set down if node dies issue #882 * wip(nodes): check node is down before using machine - set the machine to down - do not try to use the node connection if it is down. issue #882 * test(nodes): domain in deleted node should be down issue #882 * test(nodes): check operations after node down and up isue #882 * wip(nodes): do not cache active node if forced issue #882 * test(nodes): check status in dead nodes issue #882 * wip(test): check id vm issue #882 * wip(nodes): connect to local node if remote down issue #882 * wip(nodes): return cached state from frontend issue #882 * wip(nodes): shutdown all domains of a node issue #882 * wip(nodes): make sure the node is still active issue #882 * refactor(backend): show trace errors when failed This is useful now we are in development. This should be removed once it reaches production level. issue #882 * test(nodes): we can't enforce same VM removed this test. Slightly improved remote clones checks issue #882 * wip(tests): make test disks small issue #882 * test(nodes): test active clones in disabled node down issue #882 * feature(nodes): cope with dead nodes - Do not search machines in disabled or down nodes - Set machines down in disabled nodes - Refresh machines status on dead nodes issue #882 * wip(test): reviewed already started tests issue #882 * refactor(nodes): removed debug issue #882 * wip(frontend): show nodes enabled/disabled buttons issue #882 * wip(frontend): request check vms after adding new node issue #882 * wip(nodes): fix problems when nodes suddenly down set node status inactive if found down issue #882 * wip(nodes): do not use down nodes issue #882 * wip(nodes): set node inactive if ssh fails issue #882 * wip(nodes): search domain in node only if active issue #882 * wip(nodes): previous VM can be used on opening domain issue #882 * refactor(nodes); speed up balancing and listing issue #882 * wip(backend): removed warning , probably we should mark req done issue #882 * wip(tests): removed unnecessary checks issue #882 * wip(nodes): fixed wrong cached inactive call issue #882 * test(nodes): force node to start in issue #882 * wip(nodes): non-clones go to main node This way when it is prepared as a base all the disk volumes are here. It would be more difficult to handle creation of bases that are in a remote node. issue #882
-
- 02 Oct, 2018 1 commit
-
-
Francesc Guasch authored
* test(backend): start of volatile clones on remote Volatile clones must be started on creation. Check it works: - base has: volatile_clones enabled - user is temporary issue #865 * refactor(frontend): removed old call * refactor(backend): moved balance vm code to VM Also, make sure the VM is balanced on clones issue #865 * refactor(backend): pass request to sync to issue messages issue #865 * test(backend): allow mock VMs to add volumes issue #865 * wip(backend): run clone volumes in remote too issue #865 * feat(backend): balance VMs before creation if volatile fixes issue #865 * test(nodes): machine can be created on remote now * wip(backend): balance VM for volatiles before creation issue #865 * wip(nodes): do not use disabled nodes issue #865 * wip(nodes): do not check bad shutdown on volatiles issue #865 * wip(nodes): allow volumes on remote nodes issue #865 * test(nodes): clean failed tests issue #865
-
- 28 Sep, 2018 1 commit
-
-
Francesc Guasch authored
issue #838
-
- 26 Sep, 2018 1 commit
-
-
Francesc Guasch authored
issue #838
-
- 21 Sep, 2018 1 commit
-
-
Francesc Guasch authored
issue #838
-
- 23 Apr, 2018 2 commits
-
-
Francesc Guasch authored
-
Francesc Guasch authored
issue #686
-
- 05 Apr, 2018 1 commit
-
-
Francesc Guasch authored
-
- 26 Mar, 2018 1 commit
-
-
Francesc Guasch authored
-
- 05 Mar, 2018 1 commit
-
-
Francesc Guasch authored
Even if it shuts down internally without Ravada being aware of it.
-
- 28 Feb, 2018 2 commits
-
-
Francesc Guasch authored
-
Francesc Guasch authored
The hibernated node gets down, started keeps up
-
- 26 Feb, 2018 2 commits
-
-
Francesc Guasch authored
-
Francesc Guasch authored
A domain status should not be affected by a clone of itself down in another node. Also when a domain is up in two nodes it should be shut down in both nodes immediately
-
- 24 Feb, 2018 4 commits
-
-
Francesc Guasch authored
-
Francesc Guasch authored
-
Francesc Guasch authored
Do this instead shutdown, it is faster to set it up
-
Francesc Guasch authored
-
- 19 Feb, 2018 5 commits
-
-
Francesc Guasch authored
-
Francesc Guasch authored
-
Francesc Guasch authored
Do this instead shutdown, it is faster to set it up
-
Francesc Guasch authored
-
Francesc Guasch authored
-
- 16 Feb, 2018 1 commit
-
-
Francesc Guasch authored
-
- 12 Feb, 2018 1 commit
-
-
Francesc Guasch authored
-
- 26 Jan, 2018 3 commits
-
-
Francesc Guasch authored
-
Francesc Guasch authored
-
Francesc Guasch authored
-
- 25 Jan, 2018 2 commits
-
-
Francesc Guasch authored
-
Francesc Guasch authored
-
- 23 Jan, 2018 1 commit
-
-
Francesc Guasch authored
-
- 18 Jan, 2018 1 commit
-
-
Francesc Guasch authored
-
- 15 Jan, 2018 1 commit
-
-
Francesc Guasch authored
-