Search results

  1. N

    pg 3.c is active+clean+inconsistent, acting [18,17,19]

    i got this error in my ceph status: pg 3.c is active+clean+inconsistent, acting [18,17,19] pg 3.d is active+clean+inconsistent, acting [16,17,19] pg 3.15 is active+clean+inconsistent, acting [18,19,17] after some search and investigate.. i notice this: root@c1:~# rados list-inconsistent-obj...
  2. N

    csf-lock storage-ceph-pool error: got lock request timeout

    helo i face this kind of problem last year.. but still dont get any solution. i have read this bug as well : https://bugzilla.proxmox.com/show_bug.cgi?id=1962 yes i am using module from modulegarden integrated with whmcs. when daily cron running and terminate the VM, sometime i got...
  3. N

    upgrade proxmox 7.3 to 7.4 without subscription

    helo in the beginning we install proxmox 7.3 and i know there is latest proxmox 7.4 for sure. but i am not really sure that upgrade to 7.4 with repository (no-subscription) it said: This is the recommended repository for testing and non-production use. Its packages are not as heavily tested...
  4. N

    how to enable "guest-exec"

    helo here i have checked on my vm centos7: root@n1:~# qm agent 228 info { "enabled" : false, "name" : "guest-exec", "success-response" : true }, how do we enable that "guest-exec" ? is that possible? thanks
  5. N

    assign multiple ip to VM using cloud-init

    does anyone can give us the script cloud-init to build / create VM with 2 ip address directly into os linux ? in this case cloud-init from proxmox only support 1 ip public..how if we assign 2 ip address? thanks
  6. N

    firewall on VM level does not work

    helo we use proxmox latest 7.2.3 we have enable firewall at datacenter level. input and output policy ACCEPT. and then we enable VM firewall and nic virtio firewall on. then under VM firewall option, we set input and output policy DROP. as the result... our VM still has internet...
  7. N

    [ask] cloud-init os centos 7 resize disk automatically during reboot

    helo is there any way to perform auto resize the partition / to the maximum after upgrade the storage and reboot the VM ? i can see cloud-init only support for adjust ip address, user and password.. how about resize the disk automatically to the maximum? yes we can perform manually, but it is...
  8. N

    [ask] ovs with bond0 + vlan not working in proxmox 7

    helo experts, i am struggling to establish bonding with 2 sfp+ interface right now in latest proxmox 7. here is our simple configuration in the screenshot. am i missing something? after reboot and we still not able to reach the juniper switch. here is our juniper conifguartion: xe-0/1/0 {...
  9. N

    [ask] best practice to optimize max available storage in ceph

    i am trying ceph latest version under proxmox 7.1 under virtualbox. we use 3 node root@ceph1:~# ceph df --- RAW STORAGE --- CLASS SIZE AVAIL USED RAW USED %RAW USED hdd 44 GiB 41 GiB 3.0 GiB 3.0 GiB 6.75 ssd 30 GiB 28 GiB 1.8 GiB 1.8 GiB 6.07 TOTAL 74 GiB...
  10. N

    cephFS on proxmox 7.1

    hello we have successfully installed ceph for 3 nodes.. anyway we also create cephFS. but how do we mount cephFS to client node? any example? i have read this article as well https://docs.ceph.com/en/latest/cephfs/mount-using-kernel-driver/ but still not clear where secret key taken from.. any...