Search results

  1. C

    Cannot delete HA resources since PVE 5 to 6 update

    FYI -- Had a similar issue when upgrading 8->9 using wiki published procedure. The fix above resolved my issue.
  2. C

    Interactive firstboot

    Thank you. I was thinking of doing similar. Just wasn't sure if I was missing any thing from the auto install documented / undocumented capabilities.
  3. C

    Interactive firstboot

    Hello. I'm trying to automate the install of PVE. I got everything to work as expected referencing published WIKI automated install docs. However I didn't expect that the firstboot script would end up running as a service vs. interactively. I have a few prompts that need user input (site...
  4. C

    [SOLVED] Continuous replication using Ceph

    Just noticed your reply. I think PBS should have this part of its data protection scope. Especially when you’re developing a Data Center Manager. The use case is a VM that is replicated to another cluster via ceph RBD-mirror. DCM would help with failover scenarios such that the a VM...
  5. C

    [SOLVED] Continuous replication using Ceph

    I have not. Thanks for sharing the link. It would be a nice to have this integrated into PBS / gui. PBS would become a backup and replication product. Perhaps something that could be included on the roadmap.
  6. C

    [SOLVED] Continuous replication using Ceph

    Hello I’m familiar with the storage replication capability for ZFS data stores. Is there a (supported) way to replicate disks stored on a ceph data store between PVE clusters - ie production and recovery scenario?
  7. C

    qm remote-migrate from a single node to cluster

    Got it. I didn't think it was SSH related, I assumed it to be the PVE cluster fingerprint. Thanks for clarifing.
  8. C

    qm remote-migrate from a single node to cluster

    Hello. Does qm remote-migrate support migratation of VMs from a single node into a PVE cluster? I'm trying this scenario and getting a fingerprint not verified error. The fingerprint in question does not belong to the target cluster. qm remote-migrate <SOURCE VMID> <TARGET VMID>...
  9. C

    Partition PVE Cluster / Resource Pools?

    Thank you for the link. I did review this, however can't figure out where/how to assign resources (quota) to a pool. Eg. Pool 1: 8VCPUs 32GB RAM 1TiB from datastore1 2TiB from datastore2 Network bridge - vmbr10 - VLANs 30-40 Permissions: Group pool1Group Pool 2: 20VCPUs 128GB RAM 10TiB from...
  10. C

    Partition PVE Cluster / Resource Pools?

    Hello, Does PVE support cluster partitioning: Establish a separate/logically portioned group of resources that are assigned to a security group/realm; This partition would allow a cluster admin to assign storage (data, backup, images, etc), storage capacity, CPU, RAM, network bridges or...
  11. C

    Ceph osd create failure - device in use error

    TL;DR: Question: Is there any broader / cluster-wide implications of an action failing via pveceph / web console commands vs. it successfully completing via ceph native CLI tools? I suspect there could be an issue with pveceph as it pertains to creating OSDs and some processes not...
  12. C

    Ceph osd create failure - device in use error

    Hello I've created a net-new PVE 7.1 cluster (3 nodes). While configuring Ceph 16.2 and adding OSDs, I got a seg-fault error: create OSD on /dev/sdd (bluestore) wiping block device /dev/sdd 200+0 records in 200+0 records out 209715200 bytes (210 MB, 200 MiB) copied, 1.30635 s, 161 MB/s...
  13. C

    [SOLVED] How to edit GC and retention

    Got it.. Not intuitive. Clicking on one item, puts the Edit button in focus and allows editing of all items not just selected item. Thanks for clarifying.
  14. C

    [SOLVED] How to edit GC and retention

    Hello. Installed PBS and it's a fantastic add on to PVE. I created a directory and data store from the disks view, however I'm unable to customize Datastore properties such as retention and and GC; however the Edit option seems to be greyed out for whatever reason. Is it not possible to...
  15. C

    Proxmox Nova Driver (Openstack)

    Appreciate the reply but Nova is Compue not storage. My question was around if a Nova Driver exists for Proxmox in a similar deployment and use case as Openstack orchestrates VMWare. In the VMware scenario, a VMW Cluster is added to Openstack. OpenStack orchestrates VMs, VMWare Cluster...
  16. C

    Proxmox Nova Driver (Openstack)

    Hi Everyone. Is there an Openstack Nova driver for Proxmox available? I'm thinking of using Proxmox as a unified HCI backend (KVM + Ceph + backup, etc.) with a multi-tenant Openstack frontend. Should be doable, and I don't see any different functional operation vs. the existing VMware...
  17. C

    Convert XFS-LVM to ZFS Raid-1 ROOT?

    Hello.. I have a PVE 6.1 cluster with ceph. Presently the OS / Boot disk is deployed via LVM / XFS. We want to move towards a ZFS RAID-1 ROOT disk configuration. Is there a procedure to migrate (could be offline) a host from XFS / LVM to ZFS RAID 1 without redeploying PVE? I imagine...
  18. C

    pve6: libceph: auth method 'x' error -1

    The bug doesn't impact us, however doesn't excuse us from upgrading either. Can you confirm if this is a kernel issue vs. configuration. - Thank you. ceph.conf: # cat /etc/ceph/ceph.conf [global] auth_client_required = cephx auth_cluster_required = cephx...
  19. C

    pve6: libceph: auth method 'x' error -1

    On a 4 node Proxmox + Ceph cluster -- Ceph was setup / is managed by Proxmox, seeing the following in the logs: libceph: auth method 'x' error -1 Kernel: Linux .. 5.0.21-5-pve #1 SMP PVE 5.0.21-10 (Wed, 13 Nov 2019 08:27:10 +0100) x86_64 GNU/Linux Versions: # pveversion...
  20. C

    Proxmox 6.1.5 and hanging pfsense

    Hi, Can you confirm if you're using traffic shaping / limiter within pfSense (BSD) or at the VM-level within Proxmox (QEMU).