Hi, @Benneffect
Probably your intended pool wasn't mounted at /mnt
So the data landed on the "/" filesystem (which contains /mnt directory).
The fix is to umount whatever is mounted at /mnt (first shutdown VMs if they use this share).
Then...
Sichern tun viele Leute fleißig. Geht nach Initialsicherung ja auch mit mickrigen Leitungen flott. Ein evtl. nötiges Restore wird aber leider oft nicht bedacht. Im digitalen Neuland Deutschland habe ich, mitten in Hamburg, nicht wenige Kunden mit...
Great to hear!
You can mark the thread as solved by editing the first post and selecting the appropriate subject prefix. That will help organize things for other readers in the future.
Cheers
Blockbridge : Ultra low latency all-NVME shared...
@bbgeek17 thanks! You point at the right issue, and I had solved it a few minutes before you wrote ;-)
I disabled the NFS-sharing and looked into the permissions on the NAS, for the CIFS-users there.
The write-permission for our user...
@bbgeek17 thanks! You point at the right issue, and I had solved it a few minutes before you wrote ;-)
I disabled the NFS-sharing and looked into the permissions on the NAS, for the CIFS-users there.
The write-permission for our user...
Hi @sgw,
Having dealt with MultiProtocol access in prior life with multiple enterprise storage products I can tell you things are not simple there. Each vendor implements permissions mappings differently. Some store additional metadata in the...
Hi everybody, I was use with vmware to have independent disk that could be excluded from backup. These is a way in proxmox to exclude sone disk from backup forever ?
I am trying stuff like this in parallel:
# find /mnt/backupssd/ -not -user backup -print | xargs -n 100 -P 4 chown backup:backup
Maybe some meta-data (database?) has gotten out of sync with the content of the actual directory.
Although...
Please note that the need of ECC-RAM for ZFS is quite overblown:
https://jrs-s.net/2015/02/03/will-zfs-and-non-ecc-ram-kill-your-data/
This blog post is quite long (but still good and highly recommended!) reading, the most important point imho...
Hi @ebarrios08 , welcome to the forum.
The error message is produced by Veeam, I would recommend starting with their support to help zoom in on a particular part of the process that failed.
I don't know the compatibility requirements for...
At a customer we run PBS-4.1.6, patched up to date.
For some years we have a datastore with this mount-point:
//192.168.1.36/BackupProxmoxSSD /mnt/backupssd cifs uid=34,noforceuid,gid=34,noforcegid,credentials=/etc/samba/.creds,defaults 0 0...
Hi @m.gaggiano , welcome to the forum.
It seems as you may have omitted the actual complete error from your post. The "I/O" error is a generic symptom. It can be caused by many different things.
Please provide an actual error message, system...
That really defeats the primary goal of the HA subsystem. Plus it would only work in a managed migration. As you can imagine on node failure there will be no way to either shutdown or live-migrate the VM. If you are only looking to address...
Fair enough
Ja, aber der Witz ist ja, dass das nur in eine Richtung geht, der remote PBS ist (Firewall passend konfiguriert vorausgesetzt) bleibt ja unerreichbar. Und nur per VPN erreichbar ist schon was anders als wenn das ganze Internet...
Dieser Empfehlung würde ich klar widersprechen: Netzwerkstorage ist schon im lokalen Netzwerk nicht optimal (siehe https://forum.proxmox.com/threads/datastore-performance-tester-for-pbs.148694/ ) über eine vergleichsweise lahme WAN-Verbindung...
You either need to configure a VXLAN IF on that external device as well and add it to the peer list in SDN - or route between the physical network and the VXLAN network.
I am using SMB to connect to a Synology NAS and initially had the same issue until I changed my uid and gid from root to backup
I added the below in /etc/fstab and did a mount -a
I was able to add my datastore without any issue...
Hi all, I'm facing this problem.
Our dedicated server is a SYS-3 (from OVH) with this specs:
- Intel Xeon-E 2288G 8c/16t 3,7/5 GHz
- 128 GB DDR4 with ECC
- 3x 4 TB HDD SATA Soft RAID
On the server is installed Proxmox 9.1
root@Proxmox01:~#...