I had the same issue but with the rx560. Originally, I used "non-whql-radeon-software-adrenalin-2020-21.2.3-win10-64bit-feb22" which would work with Spice. But I could not install any newer drivers nor Arenaline.
My solution was :
VM > Hardware > Display > Graphic Card: none
Install AMD...
Nevermind. My steps were basically correct...
Find the drive name
fdisk -l
Partition the disk
sgdisk -N 1 /dev/sdb
reboot
Create a Physical Volume
pvcreate /dev/sdb1
Create Volume Group
vgcreate vg-taichi /dev/sdb
Create Thin Pool
lvcreate -l 100%FREE --thinpool tp-taichi vg-taichi
My...
So I started over. I installed PVE on a new drive (sdb) and I was able to see the and create VGs on the second drive (sda).
I hate asking this question, because the instructions are somewhere probably blatantly obvious the I am overlooking, but how do I add a thin storage on sda to house my VMs...
...Shouldn't this have been enough?
sgdisk -N 1 /dev/sdb
reboot
pvcreate /dev/sdb1
vgcreate vg-taichi /dev/sdb1
Should I even need to do these through the console?
lvcreate -l 100%FREE --thinpool tp-taichi vg-taichi
lvcreate -V 250G --thin -n tv-taichi_data vg-taichi/tp-taichi
I agree with you. That's kind of my problem. At each step in the process I expected to see the volumes in the dashboard (or have the option to create something with them), but the disks/volumes were never available. The dashboard shows sdb, but nothing is in LVM or LVM-Thin.
I just went down my...
Hi,
I am lost. I have a new installation of Proxmox 6. My goal is to add a new thin storage area for vm's on separate physical storage from pve. But I can not see the storage/volumes in the Proxmox front end. I have followed every manual and post I could find ...so I am obviously missing...
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.