Recent content by Shane Poppleton

  1. S

    One node in cluster is showing up with question mark

    I have a local zfs pool on each node as well as the nfs shared storages. (I have removed qnap entirely, to see if it fixed it, it didn't)
  2. S

    One node in cluster is showing up with question mark

    I did have our QNAP was unresponsive... It is now responsive again and have rebooted this node, but still will not come up in the GUI.
  3. S

    One node in cluster is showing up with question mark

    One of the nodes in my proxmox cluster is showing with ? mark in the GUI, i have tried rebooting. But if i run pvecm status it shows as all nodes online:
  4. S

    Increase pg_num on running ceph pool

    OK, I tried increasing pg_num with the command specified and got the following message: Error E2BIG: The specified pg_num 512 is too large (creating 384 new PGs on 10 OSDs exceeds per OSD max of 32)
  5. S

    Increase pg_num on running ceph pool

    will increasing the pg_num, increase the capacity of the pool, if not, how would i do that?
  6. S

    Increase pg_num on running ceph pool

    I am running a proxmox ve cluster, with currently 8 nodes, 2 x 1TB OSD's per node. On my ceph performance tab it says that my usage is 3.2Tb of 8.95Tb. But if i check the shared storage it says 1.1Tb used of 2.68Tb. I can't see anywhere where I could change the pool size. pg_num on my storage...
  7. S

    Problem adding node to existing cluster

    AND.... you just helped me solve the issue. It has been a long time since i added a node to the cluster, i forgot i needed to supply the ring0_addr I just ran the following on pve-04 and it successfully added the node. pvecm add 10.13.0.101 -ring0_addr 10.11.0.104
  8. S

    Problem adding node to existing cluster

    This is my corosync file before adding the pve-04 root@pve-01:~ # vim /etc/pve/corosync.conf logging { debug: off to_syslog: yes } nodelist { node { name: pve-01 nodeid: 1 quorum_votes: 1 ring0_addr: corosync-01 } node { name: pve-02 nodeid: 2...
  9. S

    Problem adding node to existing cluster

    I have a cluster currently running with 3 nodes pve-01 (10.11.0.101), pve-02 (10.11.0.102), pve-03 (10.11.0.103) I have setup a forth node pve-04 (10.11.0.104) and am trying to join it to the cluster. From pve-04 i can ssh into pve-01, pve-02, pve-03 with no password (ssh key auth), and i can...