Am 13.10.21 um 14:31 schrieb Oguz Bektas:
Signed-off-by: Oguz Bektas
---
src/PVE/AbstractConfig.pm | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/PVE/AbstractConfig.pm b/src/PVE/AbstractConfig.pm
index 3348d8a..6849664 100644
--- a/src/PVE/AbstractConfig
adds a simple section with a list of officially supported distributions
Signed-off-by: Oguz Bektas
---
v1->v2:
* removed list of releases, instead put link to releases page for distro (if it
exists)
* added simple descriptions from respective websites of distros
* put centos and derivatives into
On 12.10.21 14:32, Lorenz Stechauner wrote:
> the plugins for file based storages
> * BTRFS
> * CIFS
> * Dir
> * Glusterfs
> * NFS
> now allow the option 'preallocation'.
>
> 'preallocation' can have four values:
> * default
> * off
> * metadata
> * falloc
> * full
> see man pages for `q
QEMU doesn't know about the tpmstate, so 'do_snapshots_with_qemu' should
never return true in that case. Note that inconsistencies related to
snapshot timing do not matter much, as the actual TPM data is exported
together with other device state by QEMU anyway.
Signed-off-by: Stefan Reiter
---
A
apparently this caused a weird[0] bug... when a container with a snapshot was
cloned, it would take 'parent: foo' from the original container. if you
add a new snapshot 'bar', and then another one 'foo', this causes the
snapshots to become parents of each other (thus not parsed correctly in
the tre
Signed-off-by: Oguz Bektas
---
v2->v3:
* automatically delete the 'parent' property for an existing snapshot
(instead of aborting) if its the same as the new snapshot name (and the
snapshot referenced by 'parent' is not used)
src/PVE/AbstractConfig.pm | 11 +--
1 file changed, 9 insert
swtpm may take a little bit to daemonize, so the pidfile might not be
available right after run_command. Causes an ugly warning about using an
undefined value in a match, so wait up to 5s for it to appear.
Note that in testing this loop only ever got to the first or second
iteration, so I believe
v2->v3:
* automatically delete the 'parent' property for an existing snapshot
(instead of aborting) if its the same as the new snapshot name (and the
snapshot referenced by 'parent' is not used)
pve-container:
Oguz Bektas (1):
api: clone_vm: don't include snapshot properties
src/PVE/API2/LXC.p
On 13.10.21 14:31, Oguz Bektas wrote:
> apparently this caused a weird[0] bug... when a container with a snapshot was
> cloned, it would take 'parent: foo' from the original container. if you
> add a new snapshot 'bar', and then another one 'foo', this causes the
> snapshots to become parents of ea
On 08.07.21 11:14, Fabian Ebner wrote:
> to make it more visible that the task finished with warnings.
>
> Signed-off-by: Fabian Ebner
> ---
>
> Dependency bump for pve-common needed.
>
> No changes from v2.
>
> src/PVE/LXC/Create.pm | 15 +++
> 1 file changed, 11 insertions(+), 4
10 matches
Mail list logo