bbgeek17's latest activity

  • bbgeek17
    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
  • bbgeek17
    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...
  • bbgeek17
    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 -...
  • bbgeek17
    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...
  • bbgeek17
    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...
  • bbgeek17
    "Tags" is the way to go -- I'm using it, and it looks exactly as I want it (and is even more powerful beyond my limited needs... ).
  • bbgeek17
    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
  • bbgeek17
    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
  • bbgeek17
    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 -...
  • bbgeek17
    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
  • bbgeek17
    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...
  • bbgeek17
    bbgeek17 reacted to aaron's post in the thread Native shared storage with Like Like.
    If there is no vendor specific storage plugin, you can always use the generic approach: https://pve.proxmox.com/wiki/Multipath
  • bbgeek17
    bbgeek17 replied to the thread Native shared storage.
    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...
  • bbgeek17
    bbgeek17 replied to the thread 4 node cluster with CEPH.
    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...
  • bbgeek17
    bbgeek17 replied to the thread Grew Lun on hp san how grow lvm.
    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...
  • bbgeek17
    bbgeek17 replied to the thread Grew Lun on hp san how grow lvm.
    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...
  • bbgeek17
    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 -...
  • bbgeek17
    Yes, your understanding of the general model is correct. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    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...
  • bbgeek17
    bbgeek17 replied to the thread Grew Lun on hp san how grow lvm.
    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...