A journal can be set in the proxmox gui, selecting sda1 will automagically create the journal (.wal is autocreated on the SSD when sepcifying this, according to ceph documentation).
For SSD cache check http://technik.blogs.nde.ag/2017/07/14/ceph-caching-for-image-pools/
Do note that if you need...
Hi,
noveau error sounds like it still loads the noveau driver in proxmox os, thus kvm never gets to the hw.
Also, I would try to dump the ROM from the GTX by inserting and selecting the new gfx as primary vga device..
PS. I only got my GTX 750ti working on SeaBIOS, UEFI just wouldnt work...
Way I solved it is take an old Nvidia driver, patch it (remove the vm check), sign it with an own cert, set Windows in test mode to load the driver.
The config files used in proxmox:
https://forum.proxmox.com/threads/gpu-passthrough.46231/
Here is the original patcher...
Try my script, zeroes out first 2 mb of the drive..
Zap-disk.sh
lsblk
read -p "Enter /dev/HDD<name> to be zapped: " devname
ceph osd tree
read -p "Enter osd.<nr> to be zapped: " osdnr
echo "*** Running ...\tsystemctl stop ceph-osd@$osdnr"
systemctl stop ceph-osd@$osdnr
echo "*** Running...
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.