Search results

  1. M

    add existing image to new vm

    Hi, I have read several posts, where they say: copy the image to the proper location (./images/100/vm-100-disk-1.raw) and then it should appear in the gui as an unused disk, ready to be assigned to the machine. However, this does not seem to work here. I can of course add a second disk to a...
  2. M

    data / os disks, snapshots

    Thanks for your suggestion. :-)
  3. M

    data / os disks, snapshots

    Hi, Just wondering if there is a good solution for this: One mailserver in proxmox, two disks, one with the OS, other disk containing data, mounted on /var/vmail for maildir data. I create a snapshot and then start a big software update. The server runs for a few hours, but the updates turn...
  4. M

    unable to delete the 'local' storage

    Ah right. Will do that, thanks LnxBil!
  5. M

    unable to delete the 'local' storage

    Hi, I have created a "local-btrfs" storage on my nodes, and to prevent misstakes I would like I would like to delete the default 'local' storage on my proxmox 4.2 nodes. I'm not getting an error, but the 'local' storage is also not going away. :-) Is it perhaps impossible to delete that...
  6. M

    switchless 3-node ceph, direct connections

    Thanks very much for your insight, Tom!
  7. M

    switchless 3-node ceph, direct connections

    Hi Tom, Great, thanks. Just to make sure I understand things correctly: * the 10.14.14.50/51/52 on eth3 has nothing to do with the ceph mesh, and (probably? perhaps?) is to restrict access the proxmox management interface from that subnet? * the 10.15.15.50/51/52 is where the magic happens...
  8. M

    switchless 3-node ceph, direct connections

    That is great. Thanks in advance, looking forward to your info.
  9. 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...
  10. 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!
  11. 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]...
  12. 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...
  13. M

    new install, error during benchmark: -5

    Dear Dominik, And I tried so hard using google... Thanks for pointing me to that post. :-)
  14. 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..?
  15. 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...
  16. 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 =...
  17. 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...