Zunächst einmal bin ich kein Linux-Spezialist. Ich habe Tutorials verfolgt und mit Hilfe von Google gearbeitet. Bis jetzt hat das gut geklappt, aber derzeit habe ich ein Problem.
Ich verwende CentOS 6.5 und DRBD Version 8.4.4.
Ich habe zwei Knoten, auf denen der Schrittmacher ausgeführt wird. Bisher hat alles funktioniert. Ich habe DRBD eingerichtet und kann einen Knoten manuell als primär festlegen und die DRBD-Ressource bereitstellen, sodass dies auch funktioniert.
Jetzt habe ich eine Schrittmacher-Ressource zur Steuerung von DRBD erstellt, die jedoch keinen der beiden Knoten zum Master befördert, wodurch auch verhindert wird, dass sie gemountet wird.
Der PC-Status sieht folgendermaßen aus:
Cluster name: hydroC
Last updated: Wed Jun 25 14:19:49 2014
Last change: Wed Jun 25 14:02:25 2014 via crm_resource on hynode1
Stack: cman
Current DC: hynode1 - partition with quorum
Version: 1.1.10-14.el6_5.3-368c726
2 Nodes configured
4 Resources configured
Online: [ hynode1 hynode2 ]
Full list of resources:
ClusterIP (ocf::heartbeat:IPaddr2): Started hynode1
Master/Slave Set: MSdrbdDATA [drbdDATA]
Slaves: [ hynode1 hynode2 ]
ShareDATA (ocf::heartbeat:Filesystem): Stopped
ShareData bleibt gestoppt, da kein Master vorhanden ist
Ich habe dieses Tutorial zunächst befolgt:
http://clusterlabs.org/doc/en-US/Pacemaker/1.1-pcs/html/Clusters_from_Scratch/_configure_the_cluster_for_drbd.html
So sieht die Schrittmacherkonfiguration aus:
Cluster Name: hydroC
Corosync Nodes:
Pacemaker Nodes:
hynode1 hynode2
Resources:
Resource: ClusterIP (class=ocf provider=heartbeat type=IPaddr2)
Attributes: ip=10.0.0.100 cidr_netmask=32
Operations: monitor interval=30s (ClusterIP-monitor-interval-30s)
Master: MSdrbdDATA
Meta Attrs: master-max=1 master-node-max=1 clone-max=2 clone-node-max=1 notify
=true
Resource: drbdDATA (class=ocf provider=linbit type=drbd)
Attributes: drbd_resource=r0
Operations: monitor interval=60s (drbdDATA-monitor-interval-60s)
Resource: ShareDATA (class=ocf provider=heartbeat type=Filesystem)
Attributes: device=/dev/drbd3 directory=/share/data fstype=ext4
Operations: monitor interval=60s (ShareDATA-monitor-interval-60s)
Stonith Devices:
Fencing Levels:
Location Constraints:
Ordering Constraints:
promote MSdrbdDATA then start ShareDATA (Mandatory) (id:order-MSdrbdDATA-Share
DATA-mandatory)
Colocation Constraints:
ShareDATA with MSdrbdDATA (INFINITY) (with-rsc-role:Master) (id:colocation-Sha
reDATA-MSdrbdDATA-INFINITY)
Cluster Properties:
cluster-infrastructure: cman
dc-version: 1.1.10-14.el6_5.3-368c726
no-quorum-policy: ignore
stonith-enabled: false
Ich habe seitdem verschiedene Dinge ausprobiert, wie das Festlegen einer Standortbeschränkung oder das Verwenden verschiedener Ressourceneinstellungen ... Ich habe dies einem anderen Tutorial entnommen:
Master: MSdrbdDATA
Meta Attrs: master-max=1 master-node-max=1 clone-max=2 notify=true target-role
=Master is-managed=true clone-node-max=1
Resource: drbdDATA (class=ocf provider=linbit type=drbd)
Attributes: drbd_resource=r0 drbdconf=/etc/drbd.conf
Meta Attrs: migration-threshold=2
Operations: monitor interval=60s role=Slave timeout=30s (drbdDATA-monitor-int
erval-60s-role-Slave)
monitor interval=59s role=Master timeout=30s (drbdDATA-monitor-in
terval-59s-role-Master)
start interval=0 timeout=240s (drbdDATA-start-interval-0)
stop interval=0 timeout=240s (drbdDATA-stop-interval-0)
Das Ergebnis bleibt jedoch gleich. Keiner der Knoten wird zum Master befördert.
Ich würde mich über jede Hilfe freuen, die mich zur Lösung führt, danke im Voraus.
[root@hynode1 ~]# crm_resource --resource shareDATA --force-start Operation start for shareDATA (ocf:heartbeat:Filesystem) returned 1 > stderr: INFO: Running start for /dev/drbd3 on /share/data > stderr: /dev/drbd3: Wrong medium type > stderr: mount: block device /dev/drbd3 is write-protected, mounting read-only > stderr: mount: Wrong medium type > stderr: ERROR: Couldn't mount filesystem /dev/drbd3 on /share/data
[root@hynode1 ~]# mount /dev/drbd3 /share/data -t ext4 mount: block device /dev/drbd3 is write-protected, mounting read-only mount: Wrong medium type