Hey @Red Squirrel , you can mark this thread as SOLVED by editing the first message and selecting the matching subject prefix.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
I believe OP is stuck in the GUI widget of VM creation or an "add ISO" widget. They are expecting to see their ISO storage and do not. I.e. this is not related to in-VM operations or hardware.
Most likely OP did not mark their storage as ISO...
At the very least you need to provide outputs of:
cat /etc/pve/storage.cfg
pvesm status
I would also recommend reviewing: https://pve.proxmox.com/wiki/Storage:_Directory
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
Great job tracing it down @pastrufazio . The corrupted region of the disk was likely not needed/used by the VM and hence was not affecting the functionality. Of course one day a disk Write could have hit it and then you would have had an issue...
Hi @TVKP , welcome to the forum.
All your questions are valid to ask. The answers, as usual, depend on variables that are too many to list them all.
1 Storage: the choices between centralized SAN and Distributed storage will be influenced by...
Great! You can mark the thread as solved by editing the first message and selecting the appropriate subject prefix.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Just keep in mind that there are installations with 100s if not thousands VLANs.
There are already TAGs that can address your need in a way.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Think of PVE as an appliance, especially if you have not installed it on a vanilla Debian base.
Can you install almost anything on Linux - yes. Have we seen Crowdstrike bring down quarter of the world IT - yes. Have they fixed _known_ bugs -...
I am not aware of any way the pve-guests.service could be related to the apt-get lock in Debian. But if that worked for you - great!
Cheers!
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Have you given it a bit of time and retried? Its likely than automatic update/refresh is running in the background. Its possible that it is done by now.
You can query the system (ps -efw|grep atp) to see if anything is running.
You can also...
Hi @cyruspy , you did not mention what SAN you are using. If its a Hitachi compatible with the mentioned plugin - that should, hopefully, work. Otherwise, you should use vendor-specific plugin, if one exists for your storage.
Cheers...
Hi @mahgup95 , welcome to the forum.
You can start with https://pve.proxmox.com/wiki/Deploy_Hyper-Converged_Ceph_Cluster
There are also many other resources that may be helpful, including Youtube video guides if you are a visual learner.
PVE...
Hi @bfoss ,
The first three commands are fine in the order you listed. The last command is both unnecessary in the PVE context and looks suspect.
If you lost power, then on hard boot the OS likely recognized the new size and that allowed you...
As suspected - your are incorrectly trying to execute a Device attribute in special SYS filesystem.
As @Cutthroat posted the correct command is:
echo 1 >/sys/block/sdX/device/rescan
Additionally, please use TEXT copy/paste using CODE tags. The...
Great. You can mark this thread as solved by editing the first message and selecting the appropriate subject prefix. This helps keeping the forum tidy.
Cheers
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
Yes, your understanding of the general model is correct.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Hi @gargantua, welcome to the forum.
At a high level: the copy of the 99.9% of the data will be done in the background without interrupting VM operation , while for the last 0.1% the VM/QEMU will enter a pause/suspend type of state when the...
Are there any messages in "dmesg" that correspond to the time of extension?
As for permission denied - it would be best if you copy/paste the exact command/response from your session. Its possible you are incorrectly running a non-executable...