Search results

  1. L

    Problem with services of the monitors after upgrade

    Hi! Please help me. After upgrading promox from 5 to 6 and ceph from Luminous to Nautilus, I noticed 3 working and 3 non-working monitor services in gui. Are its ok to delete non-working monitor services? systemctl status ceph-mon@0.service ● ceph-mon@0.service - Ceph cluster monitor daemon...
  2. L

    proxmox backups

    ok, thank you once again.
  3. L

    proxmox backups

    Thank you for helping me. I have many vm's in two dc and I think about a tool that would check backups' validity automatically.
  4. L

    proxmox backups

    Hi! Would you so kindly answer my question? Is there anywhere a tool to check backup images are recoverable. I mean that image is not broken. Thank you for your future answer!
  5. L

    How to see available space on ssd and hdd separated in ceph?

    Need to know how many my osd pool on ceph got free space ? On ssd and hdd disks separated. Please help me.
  6. L

    Install proxmox-ve 4 problems

    Hi ! I upgrade my pve from pve 3.4 to 4. Everything was ok, but on command apt-get install proxmox-ve i get this: root@pve:~# apt-get install proxmox-ve Reading package lists... Done Building dependency tree Reading state information... Done proxmox-ve is already the newest version. The...
  7. L

    ceph hammer install on pve 3.4

    I solve my problem. If you need install ceph on proxmox 3.4 do this: dpkg -i libcephfs1_0.94.9-1~bpo70+1_amd64.deb apt-get remove python-ceph --purge dpkg -i python-cephfs_0.94.9-1~bpo70+1_amd64.deb wget...
  8. L

    ceph hammer install on pve 3.4

    root@pve:~# cat /etc/apt/sources.list.d/ceph.list deb http://download.ceph.com/debian-hammer wheezy main I add ceph repo, but packages don't install. root@pve3:~# pveceph install --version hammer download and import ceph repository keys update available package list Reading package lists...
  9. L

    ceph hammer install on pve 3.4

    Its one problem. When install *.deb from ceph repos it says: root@pve2:~# dpkg -i ceph_0.94.9-1~bpo70+1_amd64.deb dpkg: regarding ceph_0.94.9-1~bpo70+1_amd64.deb containing ceph: ceph breaks python-ceph (<< 0.92-1223) python-ceph (version 0.80.8-1~bpo70+1) is present and installed. dpkg...
  10. L

    ceph hammer install on pve 3.4

    Thanks, that i think help.
  11. L

    ceph hammer install on pve 3.4

    Hi ! I know that pve 3.4 is EOL. But i need to install ceph on it. Problem is that command pveceph install --version hammer not work. I google it and find workarounds http://lists.ceph.com/pipermail/ceph-users-ceph.com/2017-March/016706.html...
  12. L

    problem with cluster configuration, please help

    Change hostnames to pve1,2,3 and cluster succeful created. Thank you.
  13. L

    problem with cluster configuration, please help

    I already change /etc/hosts and /etc/hostname on all nodes. I write upper. On all nodes /etc/hosts like this: 127.0.0.1 localhost.localdomain localhost 127.0.0.1 localhost.localdomain localhost 109.229.162.50 pve.1d pve pvelocalhost 109.229.162.51 pve.node2 109.229.162.52 pve.node3
  14. L

    problem with cluster configuration, please help

    so how can I achieve a quorum and to add a third node ?
  15. L

    problem with cluster configuration, please help

    127.0.0.1 localhost.localdomain localhost 127.0.0.1 localhost.localdomain localhost 109.229.162.50 pve.1d pve pvelocalhost 109.229.162.51 pve.node2 109.229.162.52 pve.node3 # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet...
  16. L

    problem with cluster configuration, please help

    There is no quorum between node1 and node2 i think. That's reason for ssh key from note 3 does not add to node1. What log or status do i need to post here ?
  17. L

    problem with cluster configuration, please help

    change hostname of node2 and node3 its not help. Cluster not working. I dont have a idea why...
  18. L

    problem with cluster configuration, please help

    May i change hostname of node2 ? And need reboot after that, right ?
  19. L

    problem with cluster configuration, please help

    Oh, I see "node pve already defined " in cli. Maybe it's problem ? And may i change /etc/hosts on node2 then ?