Hi,
I have a working 3 nodes cluster, each node updated with enterprise repository.
I followed this howto: http://pve.proxmox.com/wiki/DRBD9
Any idea?
Thank you
I have a working 3 nodes cluster, each node updated with enterprise repository.
I followed this howto: http://pve.proxmox.com/wiki/DRBD9
Code:
drbdmanage init 10.12.198.211
You are going to initalize a new drbdmanage cluster.
CAUTION! Note that:
* Any previous drbdmanage cluster information may be removed
* Any remaining resources managed by a previous drbdmanage installation
that still exist on this system will no longer be managed by drbdmanage
Confirm:
yes/no: yes
Failed to find logical volume "drbdpool/.drbdctrl_0"
Failed to find logical volume "drbdpool/.drbdctrl_1"
Logical volume ".drbdctrl_0" created.
Logical volume ".drbdctrl_1" created.
initializing activity log
NOT initializing bitmap
Writing meta data...
New drbd meta data block successfully created.
initializing activity log
NOT initializing bitmap
Writing meta data...
New drbd meta data block successfully created.
empty drbdmanage control volume initialized.
empty drbdmanage control volume initialized.
Operation completed successfully
root@pve211:~# drbdmanage list-nodes
+------------------------------------------------------------------------------------------------------------+
| Name | Pool Size | Pool Free | | State |
|------------------------------------------------------------------------------------------------------------|
| pve211 | 10240 | 10176 | | ok |
+------------------------------------------------------------------------------------------------------------+
root@pve211:~# drbdmanage add-node pve212 10.12.198.212
Operation completed successfully
Operation completed successfully
Executing join command using ssh.
IMPORTANT: The output you see comes from pve212
IMPORTANT: Your input is executed on pve212
You are going to join an existing drbdmanage cluster.
CAUTION! Note that:
* Any previous drbdmanage cluster information may be removed
* Any remaining resources managed by a previous drbdmanage installation
that still exist on this system will no longer be managed by drbdmanage
Confirm:
yes/no: yes
Failed to find logical volume "drbdpool/.drbdctrl_0"
Failed to find logical volume "drbdpool/.drbdctrl_1"
Logical volume ".drbdctrl_0" created.
Logical volume ".drbdctrl_1" created.
NOT initializing bitmap
initializing activity log
Writing meta data...
New drbd meta data block successfully created.
NOT initializing bitmap
initializing activity log
Writing meta data...
New drbd meta data block successfully created.
Error: Operation not allowed on satellite node
root@pve211:~# drbdmanage list-nodes
+------------------------------------------------------------------------------------------------------------+
| Name | Pool Size | Pool Free | | State |
|------------------------------------------------------------------------------------------------------------|
| pve211 | 10240 | 10176 | | ok |
| pve212 | unknown | unknown | | pending actions: adjust connections |
+------------------------------------------------------------------------------------------------------------+
Any idea?
Thank you