That's... not the way ZFS usually works. It needs to have identically sized disks.
Of course this is Linux and "anything goes". But any "creative" idea to use all the space will possibly lead to trouble in the future. Manual partitioning and...
Hi Proxmox enthusiasts!
Plain iSCSI in Proxmox is still mostly manual: you either keep creating LUNs on the SAN for every VM disk, or you present one big shared LUN and put LVM or LVM-thin on top—fewer LUNs, but shared VG pain...
I ran into the same issues, but since it is possible to persist the configuration I used an Ubuntu 20.04 installion on an external SSD to boot from and configure the NICs instead following official instructions. What is interesting to note is...
Dir wurde gesagt wie man es richtig umsetzt aber du hattest keine Lust dich mit der Materie zu beschäftigen und es war die alles viel zu aufwändig und nicht "Plug-&-Play" genug. Wenn man nicht weiß was man da überhaupt tut und auch kein Interesse...
Thank you for sharing your info. I just want to add some info which would like to share.
I also make use of an AMD base Mini-PC (Ryzen 7 4800h igpu) with ProxmoxVE which i use for running software in LXC with GPU. For instance i have...
Hi all,
I have the following disks installed in my NAS which I'm trying to set up for Media Server, Network Storage, and Backups:
20TB
12TB
4TB
3TB
Essentially, I'd like to partition the 3 largest disks to have a 2TB partition, which will...
Cool!
Ich habe nämlich aktuell noch das Problem, dass das neu angelegte Raid-Z0 auch rpool heißt und die alten Platten, wenn sie im System mit booten, den Systemstart verhindern, da der pool ebenfalls rpool heißt.
Alles zu migrieren wäre mir...
Da möchte ich auch nochmal reingrätschen, da ich keine praktikable Lösung ohne ineffiziente parallele scripte gefunden habe.
Es fehlt schmerzlich, Backups aus einem PBS per VMA auf irgendeinen externen Speicherort zu "extrahieren".
Sozusagen als...
Hello! I'm having trouble with my RX 9070. I'm trying to connect it to a virtual machine, but I keep getting error after error. The main issue is connecting the graphics card in Windows. I've tried various guides, but nothing has helped...
Hey there,
sorry for my really late reply but I was busy. But I could test several things about this problem.
What I have done:
- I tried several HDDs
- I tried several external USB enclosures
- I used the internal USB-port and tried using a...
Where do you store the backups to, e. g. remote storage?
You might use strace to check where it hangs:
strace -f -p $(pgrep pvestatd) or
if you know a specific pct command to trigger the stall strace -f pct <command> <ctid> or
lxc-info command...
Hey there,
sorry for my really late reply but I was busy. But I could test several things about this problem.
What I have done:
- I tried several HDDs
- I tried several external USB enclosures
- I used the internal USB-port and tried using a...
ich hab letztens meine Samsung Enterprise SSD gegen 2 Intel Enterprise SSDs getauscht da die Samsung defekt ist,
Das alte System hatte ext4 und das neue ist nen ZFS Raid1.
Aus meinem Backup habe ich dann nach dem ich Proxmox neu installiert hatte...
You need to set autoexpand=on before starting the maint. Then you only need to do zpool online -e on both disks in the pool based on the output of ' zpool status -v ' if that doesn't work.
[[ Emphasis mine, from ' man zpool-online '...