]> git.proxmox.com Git - proxmox-backup-restore-image.git/log
proxmox-backup-restore-image.git
19 months agoinit shim: rust fmt
Thomas Lamprecht [Tue, 15 Nov 2022 16:08:12 +0000 (17:08 +0100)]
init shim: rust fmt

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agoupdate ZFS to 2.1.6
Thomas Lamprecht [Tue, 15 Nov 2022 14:13:44 +0000 (15:13 +0100)]
update ZFS to 2.1.6

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agoupdate kernel to Ubuntu-5.15.0-54.60
Thomas Lamprecht [Tue, 15 Nov 2022 14:13:28 +0000 (15:13 +0100)]
update kernel to Ubuntu-5.15.0-54.60

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agoupdate kernel to Ubuntu Jammy based on 5.15.12
Thomas Lamprecht [Wed, 12 Jan 2022 17:05:17 +0000 (18:05 +0100)]
update kernel to Ubuntu Jammy based on 5.15.12

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agoupdate ZFS to 2.1.2
Thomas Lamprecht [Wed, 12 Jan 2022 16:02:05 +0000 (17:02 +0100)]
update ZFS to 2.1.2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agoadd kernel config options for memory hotplug
Dominik Csapak [Mon, 31 Oct 2022 11:39:51 +0000 (12:39 +0100)]
add kernel config options for memory hotplug

so that we can hotplug memory in the guest

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2 years agobump version to 0.3.1
Thomas Lamprecht [Fri, 2 Jul 2021 23:57:15 +0000 (01:57 +0200)]
bump version to 0.3.1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agoadd LVM (thin) tooling
Stefan Reiter [Wed, 30 Jun 2021 15:57:55 +0000 (17:57 +0200)]
add LVM (thin) tooling

FILE_LOCKING is required for LVM, the 4 lib* dependencies are not
automatically resolved for some reason, but are required.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2 years agobump version to 0.3.0
Thomas Lamprecht [Mon, 28 Jun 2021 10:41:04 +0000 (12:41 +0200)]
bump version to 0.3.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agoupload to PVE 7
Thomas Lamprecht [Mon, 28 Jun 2021 10:41:00 +0000 (12:41 +0200)]
upload to PVE 7

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agobuild custom ZFS tools without udev requirement
Stefan Reiter [Wed, 16 Jun 2021 10:55:49 +0000 (12:55 +0200)]
build custom ZFS tools without udev requirement

We already include the required sources with the zfsonlinux submodule,
so apply a patch to disable linking against libudev (as I couldn't find
a working configure flag for it?) and build the user space part as well.

Includes dependencies as well as 'strace' for the debug initramfs, which
proved quite useful for debugging.

The init-shim automatically creates the necessary /dev/zfs device node,
and additionally /dev/null to make rust's std::process::Command happy.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2 years agodebian: update control for bullseye
Stefan Reiter [Wed, 16 Jun 2021 10:55:48 +0000 (12:55 +0200)]
debian: update control for bullseye

python 2 is not available anymore

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agobump version to 0.2.3
Thomas Lamprecht [Thu, 10 Jun 2021 11:11:06 +0000 (13:11 +0200)]
bump version to 0.2.3

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agokconfig: enable V4 xfs support for kernel in restore image
Dominik Csapak [Thu, 10 Jun 2021 10:17:59 +0000 (12:17 +0200)]
kconfig: enable V4 xfs support for kernel in restore image

since kernel 5.10, xfs v4 format is deprecated, reenable it for our
restore image kernel

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobump version to 0.2.2
Thomas Lamprecht [Tue, 25 May 2021 11:26:10 +0000 (13:26 +0200)]
bump version to 0.2.2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoadd debug initramfs as seperate package
Stefan Reiter [Thu, 6 May 2021 15:26:24 +0000 (17:26 +0200)]
add debug initramfs as seperate package

"proxmox-backup-restore-image-debug", containing only the debug
initramfs, so depends on the base "proxmox-backup-restore-image" for the
kernel.

Adapt the init-shim to start an agetty on ttyS1, which the host
can use to connect to a root shell for debugging, and use
create_dir_all, since some debug packages seem to create /sys and /proc
as empty dirs already.

The build_initramfs.sh script is modified to include dependency
resolution via apt-rdepends, so debug packages like agetty (util-linux),
busybox and gdb can easily be added. This now builds both the regular
and the debug binary at once, to avoid downloading shared packages
twice.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agokernel: power off on panic
Stefan Reiter [Thu, 6 May 2021 15:26:23 +0000 (17:26 +0200)]
kernel: power off on panic

Instead of just rebooting, which may lead to an infinite loop, try to
resolve the situation by just powering off the VM - it can be restarted
any time anyway.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agoupdate kernel to Ubuntu-5.11.0-18.19 / v5.11.17
Thomas Lamprecht [Tue, 25 May 2021 11:24:53 +0000 (13:24 +0200)]
update kernel to Ubuntu-5.11.0-18.19 / v5.11.17

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobump version to 0.2.1
Thomas Lamprecht [Mon, 26 Apr 2021 16:48:44 +0000 (18:48 +0200)]
bump version to 0.2.1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoadd workaround kernel patch for vsock panics
Stefan Reiter [Mon, 26 Apr 2021 13:04:17 +0000 (15:04 +0200)]
add workaround kernel patch for vsock panics

Allocation failures for vsock packet buffers occur routinely when
downloading more than one stream at the same time, with less then 512
MiB of RAM it sometimes even occurs for single downloads.

This appears to fix it in all of my reproducer scenarios, tested with up
to 6 downloads at once in a 128 MiB RAM machine.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agobump version to 0.2.0
Thomas Lamprecht [Fri, 9 Apr 2021 13:13:12 +0000 (15:13 +0200)]
bump version to 0.2.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agod/control: reword description a bit
Thomas Lamprecht [Fri, 9 Apr 2021 14:52:51 +0000 (16:52 +0200)]
d/control: reword description a bit

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agod/control: adapt to changed proxmox-backup-file-restore package name
Thomas Lamprecht [Fri, 9 Apr 2021 14:52:33 +0000 (16:52 +0200)]
d/control: adapt to changed proxmox-backup-file-restore package name

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agomake this package native versioned
Thomas Lamprecht [Fri, 9 Apr 2021 13:13:03 +0000 (15:13 +0200)]
make this package native versioned

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobuild initramfs: do not hardcode package versions
Thomas Lamprecht [Fri, 9 Apr 2021 12:58:14 +0000 (14:58 +0200)]
build initramfs: do not hardcode package versions

While it can be good to have those tracked, handling that should be
less friction. (e.g., simply output them a file tracked in git)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoupdate ZFS to 2.0.4
Thomas Lamprecht [Fri, 9 Apr 2021 10:07:25 +0000 (12:07 +0200)]
update ZFS to 2.0.4

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoupdate submodule to Ubuntu-5.11.0-14.15
Thomas Lamprecht [Fri, 9 Apr 2021 09:51:23 +0000 (11:51 +0200)]
update submodule to Ubuntu-5.11.0-14.15

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoupdate to 5.11 based kernel
Thomas Lamprecht [Tue, 16 Mar 2021 15:48:28 +0000 (16:48 +0100)]
update to 5.11 based kernel

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agofixup "test-run" target
Stefan Reiter [Tue, 16 Mar 2021 15:26:00 +0000 (16:26 +0100)]
fixup "test-run" target

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoactually commit the new split-out make file
Thomas Lamprecht [Tue, 16 Mar 2021 14:23:25 +0000 (15:23 +0100)]
actually commit the new split-out make file

... -.-

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoupdate/rework packaging and buildsys
Thomas Lamprecht [Thu, 18 Feb 2021 16:16:47 +0000 (17:16 +0100)]
update/rework packaging and buildsys

try to split packaging from build and lots of such stuff

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agodebian: use compat level 12
Thomas Lamprecht [Wed, 17 Feb 2021 08:13:00 +0000 (09:13 +0100)]
debian: use compat level 12

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobump version to 0.1.0-1
Thomas Lamprecht [Wed, 17 Feb 2021 08:12:09 +0000 (09:12 +0100)]
bump version to 0.1.0-1

do not start out with a to stable sounding 1.0 yet

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoinitial commit
Stefan Reiter [Tue, 16 Feb 2021 17:06:51 +0000 (18:06 +0100)]
initial commit

proxmox-restore-vm-data provides means to build a debian package
containing a minimalistic Linux kernel and a corresponding initramfs
image for use in a file-restore VM.

Launched with QEMU/KVM, it boots in 1.6 seconds to userspace (on AMD
2700X) and has a minimal attack surface (no network stack other than
virtio-vsock, no auxiliary device support (USB, etc...), userspace
written in Rust) as opposed to mounting backup archives directly on the
host.

Since our Rust binaries are currently not fully statically linked, we
need to include some libraries into the initramfs as well. This is done
in 'build_initramfs.sh'.

A minimal /init is included as a Rust binary (init-shim-rs), doing only
the bare-minimum userspace setup before handing over control to the
file-restore daemon (see 'proxmox-backup' repository).

The debian package comes with a 'activate-noawait
pbs-file-restore-initramfs' trigger activation to rebuild the cached
initramfs when the base image shipped here updates. This is taken care
of by proxmox-file-restore.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>