@dcsapak Do you know if tar downloads are still planned?
I'm still seeing what @hmalzahn was seeing (the tar option initially appears but is gone when selecting individual files/folders)
The tar download option will be a great improvement since the zip downloads don't handle simlinks. This has...
@timdonovan and @batrovich
I haven’t tested it but there’s a chance this same solution could work for you. You would want to find the path of the disk that is used for the vm and run the same command with that path.
To follow up on this one more time, i discovered that the backup wasn't working because `.chunks` was missing from the dataset. It appears that the '.chunks' was removed when mounting the zfs pool onto the /backups directory. To fix this, I allowed proxmox to create a dataset when creating the...
@noel.
To shed some more light on this, my datastore is mapped to /backups.
I'm not sure if it's supported, but I mount an external drive to /backups using zpool import backups (The 'backups' zpool was created using the pbs web UI and was given a mountpoint like: zfs set mountpoint=/backups...
I'm also seeing this same issue. In the past i was able to at least get the backups to work by using the root pbs user, but now i get the same `Permission denied (os error 13)` error when trying to run any backups. I've also tried creating a separate user on the pbs machine and giving it...
If you don't want to install the extra drivers, you can try to use an IDE SATA Drive instead of the VirtIO. Also for networking you can use the E1000 type instead of VirtIO.
Once you have Windows up and running, then you can log in and install the VirtIO drivers easily by downloading them with a...
@vklabs Did you ever find a solution? I'm experiencing the same issue. I can SSH into the VM without any issues and the Proxmox logo shows in the console when rebooting the VM, but after displaying "Connected (encrypted) to QEMU (nextcloud)" it goes to a blank/black screen. I do see the...
To follow up on this, I've settled on the following:
[If running pbs in vm] Set USB pass through to use a specific USB port (use this same port for all backup drives)
Create separate data stores (one for each external drive)
Update the following in /etc/default/zfs if you have physical control...
Just to follow up on this, pve-container 4.1-5 is now available for upgrade via the proxmox web ui.
I can confirm that upgrading to this version indeed fixed this `no storage ID specified` container migration issue
Would someone be willing to try to install Ubuntu latest in a VM (no special options) and try to run the following script?
wget HTTPS://raw.githubusercontent.com/nextcloud/vm/master/nextcloud_install_production.sh
sudo bash nextcloud_install_production.sh
The script is tested to work in KVM...
It's probably a hack, but this usually works for me:
# Make sure VM is disabled:
ha-manager set vm:<VMID> --state disabled
# Open GDISK to modify disk partition map
gdisk /dev/zvol/rpool/vm-<VMID>-disk-<DISK#>
# Once GDISK opens, then just use the W command to re-write the partiion map
#...
It's probably a hack, but this usually works for me:
# Make sure VM is disabled:
ha-manager set vm:<VMID> --state disabled
# Open GDISK to modify disk partition map
gdisk /dev/zvol/rpool/vm-<VMID>-disk-<DISK#>
# Once GDISK opens, then just use the W command to re-write the partiion map
#...
It's probably a hack, but this usually works for me:
# Make sure VM is disabled:
ha-manager set vm:<VMID> --state disabled
# Open GDISK to modify disk partition map
gdisk /dev/zvol/rpool/vm-<VMID>-disk-<DISK#>
# Once GDISK opens, then just use the W command to re-write the partiion map
#...
I also am seeing this after a power failure and sometimes after a reboot if it follows a backup.
It's probably a hack, but this usually works for me:
# Make sure VM is disabled:
ha-manager set vm:<VMID> --state disabled
# Open GDISK to modify disk partition map
gdisk...
Thanks for your input! This makes sense and might be an option since I do have hot-swapable drives in my host machines. If I reconfigure, I could make it work like you said, but for now the usb is the most accessible in case of a failure since I don’t have another server to accept the hot...
I searched around on the forums but haven't seen to much relevant information about rotating backup drives. My current situation is this:
- I would like to keep a backup offsite but have almost no upload bandwidth to run a remote PBS host
- I have two 4TB portable USB 3 drives that I rotate off...
Yes, that's a problem that resulted from me forgetting to setup verification tasks when i setup the backups (now i'm trying to catch up by getting all backups verified).
From what i can tell, the garbage collection task hung about 3.5 hours before the other running verification tasks even...
@t.lamprecht & @vikozo
I'm also seeing this on my proxmox backup server:
Some background information:
- PBS is running in a VM on one of the nodes in my 3 node cluster (I know this isn't ideal)
- Node running PBS VM is a Dell T410 Tower server
- Storage at all points is ZFS (On VM, Host node...
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.