Search results

  1. M

    switchless 3-node ceph, direct connections

    Hi, Is it possible to use direct 10G connections between my three proxmox/ceph machines for ceph traffic? The machines have dual 10G nic plus regular gigabit nics, so physically I can connect the machines to each other on 10G. I'm just not sure how to configure the 10G nics. Should I be...
  2. M

    recreated ceph, no access

    Pff :-) I thought that was the TYPE of storage... Well, as I already said: it must be something simple that I'm overlooking.... Thanks, enjoy your weekend!
  3. M

    recreated ceph, no access

    A bit more info: Looking at the configured ceph storages gives: rbd error: rbd: error opening pool rbd: (2) No such file or directory (500) "ceph osd lspools" gives: "8 new-ceph" "ceph auth list" gives: client.admin key: AQBqoChXKqPvOBAAyrhsfH329q7otbrwKfjNMg== auid: 0 caps: [mds]...
  4. M

    recreated ceph, no access

    Hi, Just testing everything here. I recreated the ceph component of our proxmox test cluster, using new disks: HEALTH_OK, quorum: yes, etc, etc. All looks good, ceph-wise. Trying to add this fresh ceph storage to proxmox now: the storage appears on all hosts, however no status values appear...
  5. M

    new install, error during benchmark: -5

    Dear Dominik, And I tried so hard using google... Thanks for pointing me to that post. :-)
  6. M

    new install, error during benchmark: -5

    In my storage.cfg, I notice now that one IP is missing for my third server. I'll try adding that. But I'm sure something minor as that should not have such big a consequence..?
  7. M

    new install, error during benchmark: -5

    root@pve-seph-1:/var/log/ceph# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content backup,iso,vztmpl lvmthin: local-lvm vgname pve thinpool data content rootdir,images rbd: storage-test monhost 1.2.3.69 1.2.3.55 content images...
  8. M

    new install, error during benchmark: -5

    root@pve-seph-1:/var/log/ceph# cat /etc/pve/ceph.conf [global] auth client required = cephx auth cluster required = cephx auth service required = cephx cluster network = 1.2.3.0/24 filestore xattr use omap = true fsid =...
  9. M

    new install, error during benchmark: -5

    Hi, We have started evaluating proxmox and it looks _very_ interesting. Setup a test environment, three servers, used pveceph, and we're HEALTH_OK, quorum yes, etc, etc, all looking pretty good, 3 osds, 3up/in. Now for some testing: rados bench -p scbench 1000 write --no-cleanup works...