- Nov 27, 2024
-
-
František Řezníček authored
-
Josef Němec authored
-
Josef Němec authored
-
Josef Němec authored
-
Josef Němec authored
-
Josef Němec authored
-
Josef Němec authored
-
- Nov 26, 2024
-
-
Josef Němec authored
-
Josef Němec authored
-
Josef Němec authored
-
- Nov 21, 2024
-
-
Jiří Ježek authored
ssh configuration and code update, to use actuall config See merge request !38
-
Jiří Ježek authored
-
- Nov 20, 2024
-
-
František Řezníček authored
-
František Řezníček authored
ssh configuration and private key fix See merge request !37
-
Jiří Ježek authored
-
Jiří Ježek authored
-
- Nov 15, 2024
-
-
František Řezníček authored
-
František Řezníček authored
-
František Řezníček authored
extend generation of data for communication by adding perun group link See merge request !36
-
Jiří Ježek authored
-
Jiří Ježek authored
-
Jiří Ježek authored
add possibility to migrate VM with ephem disk See merge request !35
-
Jiří Ježek authored
-
- Nov 14, 2024
-
-
František Řezníček authored
-
- Oct 30, 2024
-
-
Josef Smrčka authored
feat: speed-up volume migration procedure See merge request !34
-
Josef Smrčka authored
Modified the volume migration procedure - add option to skip the deep-copy step, in order to speed up the procedure: - old steps: - create src snapshot - delete dst volume - clone snapshot - flatten clone - deep-copy clone to dst volume - delete clone - delete snapshot - new steps: - create src snapshot - delete dst volume - clone snapshot to dst volume - flatten clone - delete snapshot
-
- Oct 15, 2024
-
-
Josef Smrčka authored
fix: hpc.16core-* -> c3.16core-* flavors mapping See merge request !33
-
Josef Smrčka authored
Map G1 hpc flavors to already present G2 c3 flavors with slightly less RAM.
-
- Oct 07, 2024
-
-
Josef Smrčka authored
fix: disable less usefull pylint errors on specific lines See merge request !32
-
Josef Smrčka authored
-
- Oct 04, 2024
-
-
Josef Smrčka authored
feat: change volume migration procedure See merge request !31
-
Josef Smrčka authored
Refactor volume migration. Split the volume migration into 2 separate steps: - `step1`: create snapshot of source volume - `step2`: clone snapshot + flatten clone + copy clone to destination volume Introduce a parameter which configures, whether `step2` is done while the VM is off. Original (non-default) flow: 1. shutoff source VM 2. perform `step1` + `step2` (originally not split) 3. start source VM 4. ... New default flow: 1. shutoff source VM 2. perform `step1` 3. start source VM 4. perform `step2` 5. ... Rationale: There is no reason to keep the source VM off once the snapshot is created. The VM is started after the migration anyway, so the source and destination volumes will diverge eventually. The new default approach aims to reduce the time the VM is off.
-
- Sep 30, 2024
-
-
Josef Němec authored
-
- Sep 20, 2024
-
-
Jiří Ježek authored
Fix flavor mapping See merge request !30
-
Jiří Ježek authored
-
Jiří Ježek authored
-
- Aug 28, 2024
-
-
Jiří Ježek authored
Feature mapping csirtmu.* flavors to g2.* See merge request !29
-
Jiří Ježek authored
-
- Aug 22, 2024
-
-
Jiří Ježek authored
Fix value None in key_name See merge request !28
-
Jiří Ježek authored
-