]> git.proxmox.com Git - proxmox-backup.git/log
proxmox-backup.git
18 months agoui: datastore tuning: show correct default option
Dominik Csapak [Mon, 28 Nov 2022 13:26:39 +0000 (14:26 +0100)]
ui: datastore tuning: show correct default option

the default in the backend is really 'inode' not 'none', so show that

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
18 months agoui: datastore: override maintenance icon if currently destroying
Thomas Lamprecht [Mon, 28 Nov 2022 14:56:29 +0000 (15:56 +0100)]
ui: datastore: override maintenance icon if currently destroying

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoui: datastore: allow to destroy all underlying data on removal
Thomas Lamprecht [Mon, 28 Nov 2022 14:43:59 +0000 (15:43 +0100)]
ui: datastore: allow to destroy all underlying data on removal

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoui: datastore: factor out safe datastore destroy
Thomas Lamprecht [Mon, 28 Nov 2022 14:42:48 +0000 (15:42 +0100)]
ui: datastore: factor out safe datastore destroy

will extend it for data-destroy flag in a next commit

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agofix #3335: allow removing datastore contents on delete
Wolfgang Bumiller [Fri, 25 Nov 2022 08:13:52 +0000 (09:13 +0100)]
fix #3335: allow removing datastore contents on delete

Adds an optional 'destroy-data' parameter to the datastore
remove api call.

Based-on: https://lists.proxmox.com/pipermail/pbs-devel/2022-January/004574.html
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agoapi-types: add MaintenanceType::Delete
Wolfgang Bumiller [Fri, 25 Nov 2022 10:19:11 +0000 (11:19 +0100)]
api-types: add MaintenanceType::Delete

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agoapi-types: derive Display and FromStr for MaintenanceType
Wolfgang Bumiller [Fri, 25 Nov 2022 10:18:56 +0000 (11:18 +0100)]
api-types: derive Display and FromStr for MaintenanceType

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agoapi-types: make Operation Eq
Wolfgang Bumiller [Fri, 25 Nov 2022 10:18:40 +0000 (11:18 +0100)]
api-types: make Operation Eq

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agoui: prune job edit: set correct onlineHelp reference
Thomas Lamprecht [Mon, 28 Nov 2022 13:43:07 +0000 (14:43 +0100)]
ui: prune job edit: set correct onlineHelp reference

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodocs: add section for prune jobs
Thomas Lamprecht [Mon, 28 Nov 2022 13:42:45 +0000 (14:42 +0100)]
docs: add section for prune jobs

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodocs: update disks, datastore prune/GC and datastore options screenshots
Thomas Lamprecht [Mon, 28 Nov 2022 13:16:24 +0000 (14:16 +0100)]
docs: update disks, datastore prune/GC and datastore options screenshots

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoui: datastore options: use new onSetValues over setValues
Thomas Lamprecht [Mon, 28 Nov 2022 13:00:14 +0000 (14:00 +0100)]
ui: datastore options: use new onSetValues over setValues

The `onSetValues` (pedant to `onGetValues`) got added relatively
recently to widget toolkits input panel. Using it avoids the need to
hard-code some "dynamic override" calling semantics.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoui: datastore options: code style line reduction
Thomas Lamprecht [Mon, 28 Nov 2022 12:59:51 +0000 (13:59 +0100)]
ui: datastore options: code style line reduction

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoui: docs: update online help info
Thomas Lamprecht [Mon, 28 Nov 2022 12:52:48 +0000 (13:52 +0100)]
ui: docs: update online help info

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoui: datastore: add tuning settings to datastore options
Dominik Csapak [Mon, 28 Nov 2022 10:13:06 +0000 (11:13 +0100)]
ui: datastore: add tuning settings to datastore options

Add a simple edit window with 2 combo boxes for `sync-level` and
`chunk-order`.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [ T: rework commit message/subject a bit ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodocs: storage: remove duplicate screenshot, link remaining one
Thomas Lamprecht [Mon, 28 Nov 2022 11:47:16 +0000 (12:47 +0100)]
docs: storage: remove duplicate screenshot, link remaining one

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodocs: ransomeware: rework structure and expand
Thomas Lamprecht [Mon, 28 Nov 2022 11:11:18 +0000 (12:11 +0100)]
docs: ransomeware: rework structure and expand

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodocs: maintenance: add prune job reference and update title
Thomas Lamprecht [Mon, 28 Nov 2022 11:09:33 +0000 (12:09 +0100)]
docs: maintenance: add prune job reference and update title

this section needs general rework/expansion but to be able to link to
it already now add a reference and only do a minimal title update.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodocs: ransom ware: fix some typos commented in review
Thomas Lamprecht [Mon, 28 Nov 2022 09:46:50 +0000 (10:46 +0100)]
docs: ransom ware: fix some typos commented in review

Note that the diff is bigger due to quite some text re-flow.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodocs: ransom ware: reflow text to our 80cc
Thomas Lamprecht [Mon, 28 Nov 2022 09:25:23 +0000 (10:25 +0100)]
docs: ransom ware: reflow text to our 80cc

and drop some trailing whitespace while at it

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodocs: add section on ransomware and PBS help against it
Noel Ullreich [Fri, 25 Nov 2022 12:10:34 +0000 (13:10 +0100)]
docs: add section on ransomware and PBS help against it

Added a section on ransomware. This includes a bullet point in the
main features section and a section in the backup storage section.
The latter section lists mitigation resources in pbs as well as best
practices.

Updated capitalization to be consistent in main features. Imo, since
these are bullet points and not headings, they should be in lowercase

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Reviewed-by: Stefan Hanreich <s.hanreich@proxmox.com>
Reviewed-by: Stefan Sterz <s.sterz@proxmox.com>
18 months agodatastore: make 'filesystem' the default sync-level
Dominik Csapak [Fri, 4 Nov 2022 09:49:34 +0000 (10:49 +0100)]
datastore: make 'filesystem' the default sync-level

rationale is that it makes the backup much safer than 'none', but does not
incur a big of a performance hit as 'file'.

here some benchmark:

data to be backed up:
~14GiB semi-random test images between 12kiB and 4GiB
that results in ~11GiB chunks (more than ram available on the target)

PBS setup:
virtualized (on an idle machine), PBS itself was also idle
8 cores (kvm64 on Intel 12700k) and 8 GiB memory

all virtual disks are on LVM with discard and iothread on
the HDD is a 4TB Seagate ST4000DM000 drive, and the NVME is a 2TB
Crucial CT2000P5PSSD8

i tested each disk with ext4/xfs/zfs (default created with the gui)
with 5 runs each, inbetween the caches are flushed and the filesystem synced
i removed the biggest and smallest result and from the remaining 3
results built the average (percentage is relative to the 'none' result)

result:

test         none     filesystem         file
hdd - ext4   125.67s  140.39s (+11.71%)  358.10s (+184.95%)
hdd - xfs    92.18s   102.64s (+11.35%)  351.58s (+281.41%)
hdd - zfs    94.82s   104.00s (+9.68%)   309.13s (+226.02%)
nvme - ext4  60.44s   60.26s (-0.30%)    60.47s (+0.05%)
nvme - xfs   60.11s   60.47s (+0.60%)    60.49s (+0.63%)
nvme - zfs   60.83s   60.85s (+0.03%)    60.80s (-0.05%)

So all in all, it does not seem to make a difference for nvme drives,
for hdds 'filesystem' increases backup time by ~10%, while
for 'file' it largely depends on the filesystem, but always
in the range of factor ~3 - ~4

Note that this does not take into account parallel actions, such as gc,
verify or other backups.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
18 months agod/control: bump version dependency for widget-toolkit 3.5.2
Thomas Lamprecht [Mon, 28 Nov 2022 08:23:10 +0000 (09:23 +0100)]
d/control: bump version dependency for widget-toolkit 3.5.2

to ensure that the moved CSS rules are installed

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoui: css: move action columns fix to widget-toolkit
Matthias Heiserer [Fri, 7 Oct 2022 11:18:59 +0000 (13:18 +0200)]
ui: css: move action columns fix to widget-toolkit

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
18 months agodatastore: actually hold the active operation file lock on update
Wolfgang Bumiller [Fri, 25 Nov 2022 09:35:43 +0000 (10:35 +0100)]
datastore: actually hold the active operation file lock on update

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agofix active state when reading task logs
Wolfgang Bumiller [Fri, 25 Nov 2022 12:39:43 +0000 (13:39 +0100)]
fix active state when reading task logs

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agobump version to 2.2.8-1
Thomas Lamprecht [Thu, 24 Nov 2022 16:41:51 +0000 (17:41 +0100)]
bump version to 2.2.8-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months ago prune jobs: switch default to on-error-only notifications
Thomas Lamprecht [Thu, 24 Nov 2022 16:32:03 +0000 (17:32 +0100)]
 prune jobs: switch default to on-error-only notifications

we can still do that as notifications for prune jobs weren't released
yet.

We may want to evaluate if we adapt (some) other notification types
too on next major release.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoui: nav tree: move config sets to top of the class
Thomas Lamprecht [Thu, 24 Nov 2022 15:53:22 +0000 (16:53 +0100)]
ui: nav tree: move config sets to top of the class

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodatastore: write chunk: comment utimesat params
Thomas Lamprecht [Thu, 24 Nov 2022 15:52:54 +0000 (16:52 +0100)]
datastore: write chunk: comment utimesat params

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodocs: intro: fix text-width
Thomas Lamprecht [Thu, 24 Nov 2022 15:52:33 +0000 (16:52 +0100)]
docs: intro: fix text-width

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agodisk: smartctl: ignore bit 2 of exitcode
Dominik Csapak [Thu, 24 Nov 2022 10:17:09 +0000 (11:17 +0100)]
disk: smartctl: ignore bit 2 of exitcode

under some conditions, the smartctl exitcode sets bit 2, even if the
smartctl call succeeded, but has e.g. some warnings derived from the
attributes

we do the same in pve, but it is only the first step in fixing #4353, since
we probably should parse the smartcl output better to include
such warnings

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
18 months agocleanup rrd bounds checks in datastore status call
Wolfgang Bumiller [Thu, 24 Nov 2022 12:55:22 +0000 (13:55 +0100)]
cleanup rrd bounds checks in datastore status call

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agorrd: add Entry::get() to access the data
Wolfgang Bumiller [Thu, 24 Nov 2022 12:52:43 +0000 (13:52 +0100)]
rrd: add Entry::get() to access the data

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agogui: change reporting of the estimated_time_full to "Full" if no space
Daniel Tschlatscher [Wed, 9 Nov 2022 14:25:24 +0000 (15:25 +0100)]
gui: change reporting of the estimated_time_full to "Full" if no space

is left in the datastore. Before, the GUI would report "Never" for the
estimated time full, because the value provided in the backend was in
the past. To get around this, the GUI now reports "Full" if the value
for available reaches 0.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
18 months ago'available' field in rrd data in the API and change usage of 'total'
Daniel Tschlatscher [Wed, 9 Nov 2022 14:25:23 +0000 (15:25 +0100)]
'available' field in rrd data in the API and change usage of 'total'

The API now exposes the field 'available' as well, with which the
unprivileged total is calculated in all corresponsing views in the
frontend.
The rrd charts now also display the total as the unprivileged total
if available, otherwise the absolute total is used.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
18 months agofix #4077: Estimated Full metric on ext4 file systems
Daniel Tschlatscher [Wed, 9 Nov 2022 14:25:22 +0000 (15:25 +0100)]
fix #4077: Estimated Full metric on ext4 file systems

The rrd data now includes tracking the available field in disk usage.
The calculation for the estimated_time_full was adapted to use the
total for the unpriviliged user, which is the sum of used + available.

The total for unprivileged users is preferable, because datastores are
always written to by the backup user. Which means that any storage
space reserved for root is unusable for our purposes.

To avoid resetting the estimate when switching to this new version,
the backend will try to use the available value to calculate the
unprivileged total. When that is not an option, it will fall back to
using the absolute total.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
18 months agocleanup for line limit & less indentation
Wolfgang Bumiller [Thu, 24 Nov 2022 09:40:21 +0000 (10:40 +0100)]
cleanup for line limit & less indentation

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agomake tasklog downloadable in the backup server backend
Daniel Tschlatscher [Wed, 23 Nov 2022 14:52:07 +0000 (15:52 +0100)]
make tasklog downloadable in the backup server backend

The read_tasklog API call now stream the whole log file if the query
parameter 'download' is set to true. If the limit parameter is set to
0, all lines in the tasklog will be returned in json format.

To make a file stream and a json response in the same API call work, I
had to use one of the lower level apimethod types from the
proxmox-router. Therefore, the routing declarations and parameter
schemas have been changed accordingly.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
18 months agobump d/control
Wolfgang Bumiller [Wed, 23 Nov 2022 14:47:33 +0000 (15:47 +0100)]
bump d/control

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agobump pxar dependency to 0.10.2
Wolfgang Bumiller [Wed, 23 Nov 2022 14:47:07 +0000 (15:47 +0100)]
bump pxar dependency to 0.10.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agodistinguish between block/chardevs in diff output
Wolfgang Bumiller [Wed, 23 Nov 2022 09:07:23 +0000 (10:07 +0100)]
distinguish between block/chardevs in diff output

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agofix #3828: proxmox_backup_debug: Introduce `diff archive` subcommand.
Lukas Wagner [Fri, 28 Oct 2022 10:01:43 +0000 (12:01 +0200)]
fix #3828: proxmox_backup_debug: Introduce `diff archive` subcommand.

This new subcommand compares a pxar archive in two different
snapshots and prints a list of added/modified/deleted file
entries.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
18 months agoui: prune job edit: fix disabling jobs
Thomas Lamprecht [Tue, 15 Nov 2022 14:26:05 +0000 (15:26 +0100)]
ui: prune job edit: fix disabling jobs

The backend doesn't have an 'enable' option, but 'disable'. Convert
it to avoid a negative value that is checked "enabled".

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoapi-types: derive Ord for BackupDir
Wolfgang Bumiller [Tue, 15 Nov 2022 09:16:54 +0000 (10:16 +0100)]
api-types: derive Ord for BackupDir

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 months agoui: update generated OnlineHelpInfo map
Thomas Lamprecht [Tue, 15 Nov 2022 08:25:09 +0000 (09:25 +0100)]
ui: update generated OnlineHelpInfo map

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoui: improve tape/drive icon positioning/size
Thomas Lamprecht [Tue, 15 Nov 2022 08:24:40 +0000 (09:24 +0100)]
ui: improve tape/drive icon positioning/size

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agofile-restore: move various formats to inline-string macros
Thomas Lamprecht [Tue, 15 Nov 2022 08:08:09 +0000 (09:08 +0100)]
file-restore: move various formats to inline-string macros

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agofile-restore: split out internal QMP logic from unrelated fn
Thomas Lamprecht [Mon, 14 Nov 2022 15:13:29 +0000 (16:13 +0100)]
file-restore: split out internal QMP logic from unrelated fn

Capsule it in a small QMPSock struct impl, make the usage nicer as
the caller should not have to care & keep track of the initial socket
state+details.

A send_raw and send Value method should cover most needs.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agofile restore: allow to pass dimm size via env
Thomas Lamprecht [Mon, 14 Nov 2022 15:07:10 +0000 (16:07 +0100)]
file restore: allow to pass dimm size via env

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agofile restore: limit max dimm size to 512 MB
Thomas Lamprecht [Mon, 14 Nov 2022 14:59:49 +0000 (15:59 +0100)]
file restore: limit max dimm size to 512 MB

this is on top of the normal memory, and over 1.3 GB required is just
huge, sadly the commit adding this has zero details about what setups
fail and what work again with the change, so hard to tell, but any
setup that needs that much sounds like a bug in ZFS or remaining code
here.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agofile restore: move allow-memory-hotplug param from CLI to environment
Thomas Lamprecht [Mon, 14 Nov 2022 14:41:07 +0000 (15:41 +0100)]
file restore: move allow-memory-hotplug param from CLI to environment

avoid the need to loop a parameter through a dozen function which all
don't care about it at all; iff this should be a global oncecell or
lock guarded param.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agofile restore: rename dynamic-memory to auto-memory-hotplug
Thomas Lamprecht [Fri, 11 Nov 2022 09:20:41 +0000 (10:20 +0100)]
file restore: rename dynamic-memory to auto-memory-hotplug

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agofile-restore: make dynamic memory behaviour controllable
Dominik Csapak [Thu, 10 Nov 2022 10:36:29 +0000 (11:36 +0100)]
file-restore: make dynamic memory behaviour controllable

by adding 'dynamic-memory' parameter that controls if we automatically
increase the memory of the guest vm or not

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agolimit ZFS Arc to more smalles possible value
Thomas Lamprecht [Fri, 11 Nov 2022 09:21:37 +0000 (10:21 +0100)]
limit ZFS Arc to more smalles possible value

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agofile restore: list api: fix description of "path"
Thomas Lamprecht [Fri, 11 Nov 2022 09:21:07 +0000 (10:21 +0100)]
file restore: list api: fix description of "path"

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agofile restore: switch some formats to inline template variables
Thomas Lamprecht [Fri, 11 Nov 2022 09:18:40 +0000 (10:18 +0100)]
file restore: switch some formats to inline template variables

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 months agofix #4287: d/control: recommend proxmox-mail-forward
Fiona Ebner [Fri, 21 Oct 2022 13:02:48 +0000 (15:02 +0200)]
fix #4287: d/control: recommend proxmox-mail-forward

which registers a binary in /root/.forward and handles mail forwarding
to the mail addresss configured for root@pam in PBS. Similar to how it
is done in PVE currently.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
19 months agofile-restore: dynamically increase memory of vm for zpools
Dominik Csapak [Mon, 31 Oct 2022 11:39:53 +0000 (12:39 +0100)]
file-restore: dynamically increase memory of vm for zpools

when a backup contains a drive with zfs on it, the default memory
size (up to 384 MiB) is often not enough to hold the zfs metadata

to improve that situation, add memory dynamically (1GiB) when a path is
requested that is on zfs. Note that the image must be started with a
kernel capable of memory hotplug.

to achieve that, we also have to add a qmp socket to the vm, so that
we can later connect and add the memory backend and dimm

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agofile-restore: fix deprecated qemu parameters
Dominik Csapak [Mon, 31 Oct 2022 11:39:52 +0000 (12:39 +0100)]
file-restore: fix deprecated qemu parameters

server and nowait are deprecated, so we should use the longform:
server=on and wait=off

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agodocs: add documentation about the 'sync-level' tuning
Dominik Csapak [Fri, 28 Oct 2022 07:34:48 +0000 (09:34 +0200)]
docs: add documentation about the 'sync-level' tuning

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agodatastore: improve sync level code a bit
Dominik Csapak [Fri, 28 Oct 2022 07:34:47 +0000 (09:34 +0200)]
datastore: improve sync level code a bit

fixups for DatastoreFSyncLevel:
* use derive for Default
* add some more derives (Clone, Copy)

chunk store:
* drop to_owned for chunk_dir_path

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agoclippy fixes
Fabian Grünbichler [Mon, 24 Oct 2022 10:10:19 +0000 (12:10 +0200)]
clippy fixes

the dropped .into() is guarded by the bumped build-dependency on
proxmox-sys 0.4.1, the missing Eq is a new clippy lint.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agoreport: add arcstat
Aaron Lauterer [Tue, 18 Oct 2022 12:33:02 +0000 (14:33 +0200)]
report: add arcstat

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
19 months agofix #4301: correctly pass rate limit parameters to API
Stefan Hanreich [Thu, 20 Oct 2022 13:36:30 +0000 (15:36 +0200)]
fix #4301: correctly pass rate limit parameters to API

With the old code the rate limit parameters got passed in their own
dictionary under the limit key, but the API expects the rate-limit
settings as top-level keys. This commit correctly sets the rate-limit
parameters so the API actually uses them.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
19 months agodatastore: implement sync-level tuning for datastores
Dominik Csapak [Thu, 20 Oct 2022 07:40:56 +0000 (09:40 +0200)]
datastore: implement sync-level tuning for datastores

currently, we don't (f)sync on chunk insertion (or at any point after
that), which can lead to broken chunks in case of e.g. an unexpected
powerloss. To fix that, offer a tuning option for datastores that
controls the level of syncs it does:

* None (default): same as current state, no (f)syncs done at any point
* Filesystem: at the end of a backup, the datastore issues
  a syncfs(2) to the filesystem of the datastore
* File: issues an fsync on each chunk as they get inserted
  (using our 'replace_file' helper) and a fsync on the directory handle

a small benchmark showed the following (times in mm:ss):
setup: virtual pbs, 4 cores, 8GiB memory, ext4 on spinner

size                none    filesystem  file
2GiB (fits in ram)   00:13   0:41        01:00
33GiB                05:21   05:31       13:45

so if the backup fits in memory, there is a large difference between all
of the modes (expected), but as soon as it exceeds the memory size,
the difference between not syncing and syncing the fs at the end becomes
much smaller.

i also tested on an nvme, but there the syncs basically made no difference

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agopbs-datastore: chunk_store: use replace_file in insert_chunk
Dominik Csapak [Thu, 20 Oct 2022 07:40:55 +0000 (09:40 +0200)]
pbs-datastore: chunk_store: use replace_file in insert_chunk

it does the same as the current code

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agodocs: add information about chunk order option for datastores
Dominik Csapak [Thu, 20 Oct 2022 07:40:54 +0000 (09:40 +0200)]
docs: add information about chunk order option for datastores

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agoproxmox-tape: inventory: add default to parameters
Dominik Csapak [Wed, 19 Oct 2022 11:13:35 +0000 (13:13 +0200)]
proxmox-tape: inventory: add default to parameters

and convert the 'Option<bool>' to 'bool'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agoui: tape/ChangerStatus: adding parameter selection to inventory
Dominik Csapak [Wed, 19 Oct 2022 11:13:34 +0000 (13:13 +0200)]
ui: tape/ChangerStatus: adding parameter selection to inventory

namely 'catalog' and 'read-all-labels', by always opening a
window (with a drive now autoselected) and the two checkboxes

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agoproxmox-tape: add 'catalog' option to 'proxmox-tape inventory'
Dominik Csapak [Wed, 19 Oct 2022 11:13:33 +0000 (13:13 +0200)]
proxmox-tape: add 'catalog' option to 'proxmox-tape inventory'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agoapi/tape/inventory: optionally try to restore catalogs
Dominik Csapak [Wed, 19 Oct 2022 11:13:32 +0000 (13:13 +0200)]
api/tape/inventory: optionally try to restore catalogs

in a disaster recovery case, it is useful to not only re-invetorize
the labels + media-sets, but also to try to recover the catalogs
from the tape (to know whats on there). This adds an option to
the inventory api call that tries to do a fast catalog restore
from each tape to be inventorized.

also sets the correct default for 'read-all-labels' in the api and
converts to a bool

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agotape: replace '&Path' with 'AsRef<Path>' in function parameters
Dominik Csapak [Wed, 19 Oct 2022 11:13:31 +0000 (13:13 +0200)]
tape: replace '&Path' with 'AsRef<Path>' in function parameters

this way we can omit the pattern
```
let status_path = Path::new(TAPE_STATUS_DIR);
some_function(status_path);
```
and give the TAPE_STATUS_DIR directly. In some instances we now have to
give TAPE_STATUS_DIR more often, but most often we save a few
intermediary Paths.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
19 months agopbs-client: fix bash autocompletion for archive-files
Lukas Wagner [Thu, 20 Oct 2022 09:22:50 +0000 (11:22 +0200)]
pbs-client: fix bash autocompletion for archive-files

Previously, autocompletion of archive names, for instance
in the case of

  $ proxmox-backup-client restore <snapshot> <TAB>

did not work if no namespace was provided via the --ns option.
The fix is to fall back to the root namespace if the option is
not provided by the user.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
19 months agopbs-client: use new non-Fd open from sys 0.4.1
Wolfgang Bumiller [Wed, 19 Oct 2022 12:28:10 +0000 (14:28 +0200)]
pbs-client: use new non-Fd open from sys 0.4.1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
19 months agobump d/control
Wolfgang Bumiller [Wed, 19 Oct 2022 12:23:08 +0000 (14:23 +0200)]
bump d/control

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
19 months agobump sys dep to 0.4.1
Wolfgang Bumiller [Wed, 19 Oct 2022 12:22:38 +0000 (14:22 +0200)]
bump sys dep to 0.4.1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
19 months agoclient: drop deprecated Fd usage
Wolfgang Bumiller [Wed, 19 Oct 2022 11:51:26 +0000 (13:51 +0200)]
client: drop deprecated Fd usage

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
19 months agopbs-client: drop use of deprecated RawFdNum
Wolfgang Bumiller [Wed, 19 Oct 2022 12:17:59 +0000 (14:17 +0200)]
pbs-client: drop use of deprecated RawFdNum

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
19 months agopbs-client: drop deprecated Fd usage
Wolfgang Bumiller [Wed, 19 Oct 2022 11:51:13 +0000 (13:51 +0200)]
pbs-client: drop deprecated Fd usage

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
19 months agoconfig: drop deprecated Fd usage
Wolfgang Bumiller [Wed, 19 Oct 2022 11:45:53 +0000 (13:45 +0200)]
config: drop deprecated Fd usage

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
19 months agoclient: use BorrowedFd from std
Wolfgang Bumiller [Wed, 19 Oct 2022 08:56:14 +0000 (10:56 +0200)]
client: use BorrowedFd from std

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
20 months agobump edition in rustfmt.toml
Wolfgang Bumiller [Thu, 13 Oct 2022 13:01:07 +0000 (15:01 +0200)]
bump edition in rustfmt.toml

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
20 months agocargo: rrd: set license in subcrate too
Thomas Lamprecht [Tue, 11 Oct 2022 13:45:52 +0000 (15:45 +0200)]
cargo: rrd: set license in subcrate too

in preparation of moving this out

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
20 months agomove proxmox-rest-server to proxmox-rs as separate package
Thomas Lamprecht [Tue, 11 Oct 2022 13:27:47 +0000 (15:27 +0200)]
move proxmox-rest-server to proxmox-rs as separate package

Lives now in the common proxmox rs repo[0] for better reuse with
other projects.

[0]: https://git.proxmox.com/?p=proxmox.git;a=tree;f=proxmox-rest-server;h=8035b65a00271604c229590d0109aba3f75ee784

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
20 months agoui: node certificate: make parent panel scrollable
Dominik Csapak [Tue, 11 Oct 2022 09:20:33 +0000 (11:20 +0200)]
ui: node certificate: make parent panel scrollable

The `ACME` panel may be rendered out of sight (overflow) when there
are enough SANs on the upper `Certificates` panel to push it down
enough and the browser/display height is too small.

Enable the `scrollable` config for the parent certificate view panel
in the y-axis (vertical) to make ExtJS automatically add a scrollbar
if the content overflows. Avoid enabling it for the x-axis too as
that breaks reflow of the layout if the browser window gets resized.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [T: fix commit message to one from manager ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
20 months agocargo fmt
Fabian Grünbichler [Mon, 10 Oct 2022 07:54:18 +0000 (09:54 +0200)]
cargo fmt

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
20 months agoclippy fixes
Fabian Grünbichler [Tue, 11 Oct 2022 07:26:32 +0000 (09:26 +0200)]
clippy fixes

and one additional API fn "allow many parameters" addition.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
20 months agoprune job: various cleanups, line reduction
Thomas Lamprecht [Fri, 7 Oct 2022 13:39:51 +0000 (15:39 +0200)]
prune job: various cleanups, line reduction

no semantic change intended

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
20 months agoprune job: avoid duplicate code when assembling CLI keep options
Thomas Lamprecht [Fri, 7 Oct 2022 13:37:32 +0000 (15:37 +0200)]
prune job: avoid duplicate code when assembling CLI keep options

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
20 months agofix #4274: implement prune notifications
Dominik Csapak [Thu, 6 Oct 2022 09:08:12 +0000 (11:08 +0200)]
fix #4274: implement prune notifications

we converted the prune settings of datastores to prune-jobs, but did
not actually implement the notifications for them, even though
we had the notification options in the gui (they did not work).

implement the basic ok/error notification for prune jobs

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
20 months agoRemove BackupFileDownloader.js file and Makefile entry
Daniel Tschlatscher [Fri, 29 Apr 2022 14:47:32 +0000 (16:47 +0200)]
Remove BackupFileDownloader.js file and Makefile entry

While finishing up my previous patch series I stumbled upon this file
which is not referenced anywhere in the proxmox-backup repository nor
in any of the other repositories as far as I can tell (except in the
Makefile).
I searched far and wide for any occurences and tested the backup
explorer GUI without it, which still seems to work normally.

Introduced in: 98425309b0106c9174505614525a9561d98c56d7
References removed in: 3e395378bca5a844b2c820750cd57e4f2bfbacca

Therefore I think this can be safely considered dead code and be
removed. It shall remain in the pve-devel archives forevermore anyway.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
20 months agofile-restore: remove 'json-error' parameter from list_files
Dominik Csapak [Fri, 27 May 2022 08:22:03 +0000 (10:22 +0200)]
file-restore: remove 'json-error' parameter from list_files

we can reuse the 'output_format' here
also remove the 'error: true' here. we can determine it was an error,
by checking if it's an object with a 'message' property

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
20 months agotape/inventory: make 'load_media_db' a method
Dominik Csapak [Thu, 19 May 2022 10:08:16 +0000 (12:08 +0200)]
tape/inventory: make 'load_media_db' a method

and use self.inventory_path. This is only used internally (not pub) so there
is no need to have it as a static function.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
20 months agodocs: language fixup
Dylan Whyte [Tue, 17 May 2022 16:12:42 +0000 (18:12 +0200)]
docs: language fixup

This fixup covers every doc patch since my previous language fixup patch.

Note: not much attention was paid to certificate-management, as it's
derived from pmg, which I had touched up not so long ago.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
20 months agobump version to 2.2.7-1
Thomas Lamprecht [Wed, 5 Oct 2022 16:59:54 +0000 (18:59 +0200)]
bump version to 2.2.7-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
20 months agofile-restore: add 'format' and 'zstd' parameters to 'extract' command
Dominik Csapak [Wed, 13 Jul 2022 09:43:14 +0000 (11:43 +0200)]
file-restore: add 'format' and 'zstd' parameters to 'extract' command

if the target ist stdout, we can now specify the exact format by making use of
the new 'format' parameter of the restore daemons 'extract' api

note that extracting a pxar from a source pxar (container/host backups)
won't work currently since we would have to reencode as pxar first

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [ T: fixed missing proxmox-compression dependency ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
20 months agorestore-daemon: add 'format' and 'zstd' parameters to the 'extract' handler
Dominik Csapak [Wed, 13 Jul 2022 09:43:13 +0000 (11:43 +0200)]
restore-daemon: add 'format' and 'zstd' parameters to the 'extract' handler

'format' can be 'plain', 'pxar', 'zip' or 'tar',  and it returns the
content in the given format (with fallback to the old behaviour if not
given)

the 'zstd' denotes if the output should be zstd compressed

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
20 months agopbs-api-types: add FileRestoreFormat type
Dominik Csapak [Wed, 13 Jul 2022 09:43:12 +0000 (11:43 +0200)]
pbs-api-types: add FileRestoreFormat type

intended for passing the format to the file-restore client/daemon

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
20 months agoprune sim: shorten code for weekdayFlags computation
Thomas Lamprecht [Wed, 5 Oct 2022 14:57:40 +0000 (16:57 +0200)]
prune sim: shorten code for weekdayFlags computation

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>