Andrei Toterman

Results 28 issues of Andrei Toterman

This PR adds the `-r` flag to the `transfer` command, allowing the transfer of directories fix #1356

Passing a process substitution to `--cloud-init` didn't work since it was checking if it received a regular file, but a process substitution returns a named pipe. Unfortunately QT doesn't have...

using the UEFI images for the releases that have them and adding support for core 20 and core 22 images

This PR fixes a bug in the `transfer -r` command that did not set the copied directories permissions accordingly

When transferring a tree of directories recursively, the directory permissions are not preserved. This needs to be done in two passes: first copy all the files and directories, then go...

enhancement

This PR adds the `-p|--parents` option to the `transfer` command, to create any missing parent directories fix #1434

I really like the fact that you can rename the files and folders before you download them, but it would be so much useful if this thing could be done...

Feature request

**Describe the bug** Normally, when you increase the disk size of an instance (`mp set local.instance.disk=...`), the root partition gets resized by cloud-init to use the newly available space on...

bug

**Describe the bug** When specifying uid/gid mappings for a mount, you can use the same uid/gid in more than one mapping. This creates confusion as it is not clear which...

bug