bbgeek17's latest activity

  • 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...
  • bbgeek17
    bbgeek17 replied to the thread Grew Lun on hp san how grow lvm.
    Hi @bfoss , You want to extend the PV and VG part of the LVM. The LV is managed by the PVE (in most cases). First, confirm that you see the new size - you did not mention what the old and new size is: multipathd reconfigure multipath -ll vgs...
  • bbgeek17
    bbgeek17 replied to the thread ServiceNow discovery.
    Hey @Logicman , We understand your requirement. Many volunteers on this forum work in similar environments and face comparable constraints. However, the audience overlap for your specific question is relatively small: business PVE users...
  • bbgeek17
    bbgeek17 reacted to leesteken's post in the thread ServiceNow discovery with Like Like.
    Any access can cause denial of service. Even read-only might allow too many network requests that cripple the system eventually. You'll have to do your own attack surface and thread vector analysis. That said: you do kind of trust the co-workers...
  • bbgeek17
    ¯\_(ツ)_/¯ As I said, the live migration of VMs does not suffer from this. OP has a unique requirement of duplicating templates that by their nature are "off". Remote-migration is one way to do it, but it was certainly not designed with this...
  • bbgeek17
    I am guessing the developers would prefer to use efficient methods (ie rbd<>rbd and zfsend<>zfssend) vs generic non-efficient ones. But I am not a PVE decision maker...
  • bbgeek17
    You may want to take a look at this information: https://www.proxmox.com/en/about/open-source/developers https://www.proxmox.com/en/downloads/proxmox-virtual-environment/agreements Your proposal will require a Storage API version update, that...
  • bbgeek17
    It is hard to say what is going on without having fingers on the keyboard. That said, the ID is a Hash based on userdata and networkdata. The resolve.conf of the host is part of Network Data by default, and is inherited by VMs from the generated...
  • bbgeek17
    I believe this is expected to avoid duplicate VMs on the network. You can probably add a step to your Ansible to unlock the VM. The "issue" is that Ceph is using "raw+size" for migration of offline VMs (which your template is), however the ZFS...
  • bbgeek17
    bbgeek17 replied to the thread ServiceNow discovery.
    This is a question for your compliance and management team. There is no universal answer to your concern. Are you in Finance, Pharma, Defense, or is this a medium size SaaS business. There are many variables here. Sometimes an agent based...
  • bbgeek17
    Thank you for updating the forum - this is very product specific but very useful nevertheless! You can mark the thread as Solved by editing the first post and selecting the appropriate subject prefix. Cheers Blockbridge : Ultra low latency...