Search results

  1. R

    Can't add Proxmox Backup Server node

    Hi, so I have updated my proxmox backup server to 4.0.18 and I was able to add it to Proxmox Datacenter Manager! So very good news :) Thanks!
  2. R

    Enhancement: Set custom url per host for console/webgui access

    Hi, I most cases when we use the server url to access a node directly like https://node.domain.com:8006. In my environement, some server can only be accessed for their webgui using a proxy so the link to reach the console/webgui is https://node.proxy.domain.com:443 could be cool to add a custom...
  3. R

    Can't add Proxmox Backup Server node

    Hi all! Currently testing this beta release 0.9.1 and trying to add a proxmox backup server node version 4.0.15 and got at the end of the add node wizard: api error (status = 400: invalid uri character) Not sure what is wrong at this point.. Is there something I can check to see what's going...
  4. R

    Proxmox Backup Client headaches

    My ultiamte goal is to be able to ease the backup with a script you put what you want like -i (include) /this /that /also_this_mount_point you don't want -e /this/thing /or_this and it will generate the exclude/command line automatically
  5. R

    Proxmox Backup Client headaches

    Hi! First, let me say that I love the proxmox backup solution :) I found that so cool that I wanted to have my REHL8 systems backed up using the cli. Problem is ... there are a lot of things in the cli version that I do not get at all :) Maybe because I do not understand how it is suposed to...
  6. R

    PBS Client - include and exclude files and folders

    Hi all! Hope you're doing all well :) I have to admit that the PBS client is a really cool tool but so complicated to use sometimes... or maybe it's me that do not understand how it goes... That's why I am requiring your help here. So, let's say that I have some Vms and want to: * Take in...
  7. R

    No SAS2008 after upgrade

    Hi! I will join the thread because I came to a similar situation on a X9DRE-TF+ SuperMicro MB with some LSI controllers and/or Perc H310 using megaraid_sas. I will try to do the same tests as you already done to see if my issue is related or not and obviously to see if we can resolve the issue...
  8. R

    proxmox 8.x and megaraid_sas issue

    Hi! I post here in a desesperate need for help or advices... I am the proud owner of a proxmox lab that was working fine during those last months on my SuperMicro X9DRE-TF+ with 200G of RAM I have a Perc H310 controller configured with 4 x 1T discs in RAID 10 config This setup was working fine...
  9. R

    zpool mirror faulted

    Thanks for the reply :) Ok so I will rebuild the pool then. Thanks for the advices!
  10. R

    zpool mirror faulted

    Hello! So I would like to have your input about the issue I have. I have a PBS 3.1 setup with those disks: NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS sda ├─sda1 ├─sda2 vfat FAT32 399C-565D...
  11. R

    proxmox 7.4, 3 nodes cluster, ceph ok but rados seems corrupted

    Hi! Thanks for the reply :) That's all I have:
  12. R

    proxmox 7.4, 3 nodes cluster, ceph ok but rados seems corrupted

    Hi all! Hope someone can help and giude me to the right direction :) So I have a 3 node cluster with promox 7.4.x. after migrate from 7.2 to 7.3 the last node of my 3 nodes, I started to have some issues. Ceph seems to be working fine and healthy root@socsmi-srv1:~# pveceph status cluster...
  13. R

    proxmox 6.2 ceph issue

    root@SOCSMI-SRV3:/var/log/ceph# ceph osd df ID CLASS WEIGHT REWEIGHT SIZE RAW USE DATA OMAP META AVAIL %USE VAR PGS STATUS 0 hdd 1.63730 1.00000 1.6 TiB 604 GiB 602 GiB 115 MiB 1.5 GiB 1.0 TiB 36.02 0.92 100 up 1 hdd 1.63730 1.00000 1.6 TiB 644 GiB 642 GiB 87 MiB...
  14. R

    proxmox 6.2 ceph issue

    root@SOCSMI-SRV3:/var/log/ceph# ceph osd tree ID CLASS WEIGHT TYPE NAME STATUS REWEIGHT PRI-AFF -1 117.88550 root default -3 39.29517 host SOCSMI-SRV1 0 hdd 1.63730 osd.0 up 1.00000 1.00000 1 hdd 1.63730 osd.1 up...
  15. R

    proxmox 6.2 ceph issue

    More logs in case it's needed root@SOCSMI-SRV3:/var/log/ceph# ceph pg 1.7cd query { "state": "active+undersized+degraded", "snap_trimq": "[]", "snap_trimq_len": 0, "epoch": 3413, "up": [ 35, 23 ], "acting": [ 35, 23 ]...
  16. R

    proxmox 6.2 ceph issue

    Hi all! I really hope someome could guide me with this issue because I do not know cepth much and I am not sure about the next steps.. So I have a 3 nodes cluster, same hardware. ceph was working without any issue until a reboot I had to do because of a network issue. Now on a node, ceph is...
  17. R

    Add a local lvm to an existing vm

    Hi all! I am currently migrating my old XEN vms to a new proxmox box. One of the vm used an lvm that is in fact a full disk for backup storage. I have installed this disk into the pve box and I can see it/mount it. Is there a way to add this local lvm storage to the vm so it can be mounted and...