Search results

  1. I

    [SOLVED] can i make two separate cluster ?

    i see, thanks,, now i know what to look for. thanks. btw i have another question (https://forum.proxmox.com/threads/ceph-rebalance-osd.68168/) hopefully you can take a a look
  2. I

    [SOLVED] can i make two separate cluster ?

    i would like to add another volume (the same as "default")
  3. I

    [SOLVED] can i make two separate cluster ?

    i dont want to add hostes, just to add hdds and make second volume one for ssd (already exists) and one for hdd
  4. I

    [SOLVED] can i make two separate cluster ?

    i want to make two separate clusters, i already have one ssd based for production, and i want to make one more, hdd based for backup and slow storage
  5. I

    ceph rebalance osd

    how i can force a rebalance i have 3 node 4 ssds each (sas3 segate nitro 3.8 TB) the performance is amazing i get over 2GBs read\write (of real usage load peak), but i got some warnings because the balance is not ideal. any idea what i should do ?
  6. I

    nfs share from lxc

    under latest proxmox (6.1) i have some issues to run nfs server Feb 11 11:36:32 nfs-intenral systemd[1]: proc-fs-nfsd.mount: Failed to reset devices.list: Operation not permitted Feb 11 11:36:32 nfs-intenral systemd[1]: Mounting NFSD configuration filesystem... -- Subject: Unit...
  7. I

    ceph - configure second public network

    i have a ceph setup, that is working. i want to connect another another network ( to the cephfs storage) is it possible? what is the best approach? the cpeh is proxmox based (over 40GB network) , the the clients are standalone desktop computers (over 1 gb network)
  8. I

    proxmxo managed cephfs mount on external computer (non porxmox) cant access file content

    i tried mounting under admin (with admin key) and it works, but i dont think this is smart. still looking for better solution
  9. I

    proxmxo managed cephfs mount on external computer (non porxmox) cant access file content

    logs under strace: openat(AT_FDCWD, "/mnt/ftd/data/file.bin", O_RDONLY) = 3 read(3, 0x7ffd679877b0, 8192) = -1 EPERM (Operation not permitted)
  10. I

    proxmxo managed cephfs mount on external computer (non porxmox) cant access file content

    i can access from lcx inside proxmox with user user2_ldap, but from desktop (outside of proxmox) with mount using fstab with the same user(user2_ldap) i can go in and out to internal directories but i cannot access its files contents
  11. I

    proxmxo managed cephfs mount on external computer (non porxmox) cant access file content

    issue still exist, still looking for help\guidance i am creating the mount under root user (sudo mount -a) and trying to access it as another user (local\DC user) not as cephx (this user not really exist, it is exist only to create the share) i can see the file folder and files are mounted...
  12. I

    [SOLVED] edit ceph-fs cluster storage settings

    i did not do anything. just tried to edit it again and it works, i can disable the ceph from the backup option thanks, but i still dont know what relay fixed it
  13. I

    [SOLVED] edit ceph-fs cluster storage settings

    ip is hidden Cluster information ------------------- Name: vq-pve Config Version: 42 Transport: knet Secure auth: on Quorum information ------------------ Date: Mon Jan 27 11:50:06 2020 Quorum provider: corosync_votequorum Nodes: 10 Node ID...
  14. I

    proxmxo managed cephfs mount on external computer (non porxmox) cant access file content

    all keys are removed mds.pve-srv2 key: caps: [mds] allow * caps: [mon] allow profile mds caps: [osd] allow rwx mds.pve-srv3 key...
  15. I

    [SOLVED] edit ceph-fs cluster storage settings

    i just hidden the ips [global] auth_client_required = cephx auth_cluster_required = cephx auth_service_required = cephx cluster_network = xxx.xxx.yyy.235/24 fsid = 8ebca482-f985-4e74-9ff8-35e03a1af15e mon_allow_pool_delete = true mon_host = xxx.xxx.xxx.235...
  16. I

    [SOLVED] edit ceph-fs cluster storage settings

    yep 3 monitors, 3 managers, 3 of each:
  17. I

    need to add route to proxmox

    what is the best (cleanest solution ) to add a route (persistent ) i need to do it in each proxmox node
  18. I

    Unable to clone mountpoint during container clone

    i know this is an old question? but i could not find a workaround other then removing binds, then cloning, and then adding them back anyone know a better solution ?