[SOLVED] PBS Repository Tab - 400 Bad Request nach upgrade von 10 auf 11

Problem und Lösung:

Hier fehlte der Mountpoint für rpool /rpool.
Code:
# mount
[...]
rpool/ROOT/pbs-1 on / type zfs (rw,relatime,xattr,noacl)
[...]
rpool on / type zfs (rw,noatime,xattr,noacl)

Code:
# zfs list
NAME               USED  AVAIL     REFER  MOUNTPOINT
rpool             7.46T  24.1T      163K  /
rpool/ROOT        7.46T  24.1T      140K  /ROOT
rpool/ROOT/pbs-1  7.46T  24.1T     7.46T  /

Ein Zurücksetzen des Mountpoints ist möglich mit:
Code:
zfs set mountpoint=/rpool rpool

So sollte es es aussehen:

Code:
zfs list
NAME               USED  AVAIL     REFER  MOUNTPOINT
rpool              897M  29.2G      104K  /rpool
rpool/ROOT         896M  29.2G       96K  /rpool/ROOT
rpool/ROOT/pbs-1   895M  29.2G      895M  /

Nun sind alle Funktionen wieder beim alten.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!