Search results

  1. B

    pve node status unavailable

    After an upgrade a node doesn't retutn the status of the disk storages and others: any idea how i can fix it?
  2. B

    Proxmox Backup-server on LXC with external NAS

    yes i was thinking to use multipath. however with a dedicated switch or vlan it gives the flexibility to use the nas for other usages . I guess it depends on the usage . also it would be cool if PBS allows some caching or buffer usin a dedicated disk before writing to a a remote location. I...
  3. B

    Proxmox Backup-server on LXC with external NAS

    why directly attached ? I was wondering how would be the performance vs a balanced 2x10G link on the nas using iscsi with a dedicated switch or vlan for it
  4. B

    PBS on QNAP or Synolog NAS ?

    you mean https://forum.proxmox.com/threads/arm-support.72766/#post-327359 ? But then I can't buy a support to you since it's unsupported :) I was thinking to buy the community one. Imo it's not uncommon to have QNAP or Synology NAS installed in companies. It could be used externally via NFS...
  5. B

    Proxmox Backup-server on LXC with external NAS

    Yeah I was thinking it could be useful on synology NAS since they don't support LXC .... At least not that I know
  6. B

    looking for an hardware advice

    so anyone ? I'm really struggling with what is better between increasing SSD storage to my server (but all interns disks) with a 10G card addition and declare it as a baccup server ( solution 1) or link this server to the NAS using a 10G link (connected directly between the 2 machines) and...
  7. B

    Proxmox Backup-server on LXC with external NAS

    I should try to build a docker image as well...
  8. B

    ceph: vm with one copy only?

    sorry i only wanted to distinct it dorm a bug report. O shoylf have posted the first one on the bug tracker.
  9. B

    bug in ui? ceph public network ip

    ah good. sorry for the noise then. I was confused
  10. B

    bug in ui? ceph public network ip

    i edited my precious comment to make ot more clear
  11. B

    bug in ui? ceph public network ip

    well on the doc the init command line using a network address (10.10.10.0/24) not the ip of the interface. It would be less confusing to reuse the same pattern on the UI . Is the generated documentation the same?
  12. B

    looking for an hardware advice

    So it appeared to me I can link both machines using a 10G link. I bet it's enough if use ISCSI. Thoughts?
  13. B

    looking for an hardware advice

    So I am trying to put in place backup server without increasing too much the budget envelop and I am wondering what would people suggest these days. I was thinking at first to repurpose a supermicro SIA214 I have and increase the SSD storage inside and had a 2x10G card but unfortunately it...
  14. B

    PBS on QNAP or Synolog NAS ?

    It would be interresting to have PBS on QNAP or Synology NAS . I wonder if someone already tried to build a native package for them. Other alternative would be using the virtualisation but then It would require to have an x86 platform I guess. Or can we run PBS on lxc arm or docker arm?
  15. B

    bug: ceph pool create --size 1fail

    the idea behind was to apply part of the Deploying MySQL databases on Redhat Ceph Storage whitepaper SO I thought to have ephemeral vms for it. But I am not sure how proxmox manage ephemeral vms with only 1 copy though. Thoughts?
  16. B

    bug: ceph pool create --size 1fail

    I get the following error when trying to create a pool with only 1 copy: pveceph pool create readers --min_size 1 --size 1 --pg_num 512 mon_command failed - pg_num 512 size 3 would mean 1920 total pgs, which exceeds max 1500 (mon_max_pg_per_osd 250 * num_in_osds 6) It seems to default to 3.
  17. B

    bug in ui? ceph public network ip

    When I read the doc I can see the public network ip set to 10.10.10.0/24: I would expect to have 10.10..10.0/24. Looks like an error
  18. B

    how to use my synology NAS has the backup store

    yeah I agree. Though sometimes you don't have many choice. For the time beeing i was thinking to do that using a pair of 1Gbps links directly plugged to the NAS. In the mean time I'm looking for a machine with a short deph that i can put on the rack for it. It would be cool indeed to have it...
  19. B

    ceph: vm with one copy only?

    I was reading the redhat papr about deploying mysql on ceph: https://www.redhat.com/en/resources/mysql-databases-ceph-storage-reference-architecture When MySQL replication is used in conjunction with Ceph RBD volumes instead, only the leader would have a full copy of the dataset, and the...