i have 3 datastores created.
In the left menue in section Datasore all my datastores are visible.
On right side only one, but without history and deduplication factor reset to 1
if i switch between permission page and summary page my other datastores become visible, but also without history...
Der Backupserver arbeitet soweit gut und wie erwartet, nur das syncen über Internet ist wie erwartet sehr langsam.
In einem Worstcase Scenario müsste ich aber dann über das Internet recovern was genauso langsam wäre.
Viel einfacher wäre es wenn ich einen einzelnen Tag am Backupserver in ein...
Hat keine Änderung erbracht.
Das Problem liegt nicht am Virtio, auch E1000 oder RTL wird nicht korrekt erkannt.
Hab jetzt mit dem Maschinentyp gespielt.
Kein Netzwerk unter : q35-5.2, q35-6.0, q35-6.1
Alle Netzwerkkarten sofort verfügbar mit Typen q35-5.1 und älter.
Neuistallation von Windows10
Mit Version 1909 und auch dem neuesten Image 21H1.
Ich habe alle angebotenen Netzwerkkarten (virtio,e1000,..) versucht.
Schon während der Installation wird keine Netzwerkkarte erkannt.
Nach Installation werden im Gerätemanager alle mit gelbem Dreieck versehen, und...
I have the same problem and my only solution so far was to do a
sleep 2
systemctl try-reload-or-restart proxmox-backup proxmox-backup-proxy
after the
proxmox-backup-manager datastore remove XXX
( without sleep it sometimes failed anyway)
Take care .. the "proxmox-backup-manager datastore...
2. posibility would be to mount the usb drive as zfs.
Than you can use zpool import / export to manage your usb datastore.
I am using 2 scripts to mount/dismount 2 external usb drives as offline datastore
This is the menu item and not a button.
There u set the prune conditions, and you can do a manual "Garbage Collect".
For a manual "Prune" ( after you have set the conditions ) you have to go to "Content", select a "Backupgroup" and push the "Scissors" button.
proxmox-backup-manager datastore remove xxxxx
removes datastore from list, zfs stays mounted
zpool export -f xxxxx doesnt work
cannot unmount '/mnt/datastore/xxxxx': unmount failed
that worked in a older version of PBS
Now i have to do
systemctl try-reload-or-restart...
Das ist richtig, allerdings setzt das voraus das du einen Datenträger besitzt der all VM Laufwerke aufnehmen kann, und daran kann es scheitern.
Ganz abgesehen von der zusätzlichen Zeit um alle Laufwerke auf die richtigen Zieldatenträger zu verschieben.
Beim Restore einer VM mit mehreren Laufwerken habe ich in der GUI nur die Möglichkeit der Rücksicherung laut config oder in ein einziges Laufwerk.
Rücksicherung laut config setzt aber gleiche Laufwerke im Zielproxmox voraus.
Einzellaufwerk setzt ein Laufwerk voraus das platzmäßig alle virtuellen...
Thx, in a prior version of PBS "zpool export" didnt work without.
Tested on 1.0-11 and works without
Script changed to
error=$(proxmox-backup-manager datastore remove $1 2>&1 >/dev/tty)
if [ "$error" == "" ]
then
pfad=$(mount | awk "/$1/ {print "'$3'"}")
if [ "$pfad" != '' ]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.