
방금 한 노드에 DRBD를 설치했습니다(두 번째 노드는 설치되지 않았습니다).
하고 난 후
drbdadm primary theres
service drbd start
모든 것이 정상이지만(리소스 사용 가능) 다음과 같은 경고 메시지가 나타납니다.
WARN: nothing stacked for this host (node01.com), nothing to do in stacked mode!
drbd 8.4.6을 사용하여 구성:
global {
minor-count 1;
usage-count no;
}
resource theres {
protocol C;
on node01.com {
device /dev/drbd0;
disk /dev/dxcd0e;
address 10.10.10.1:7788;
meta-disk internal;
}
on node02.com {
device /dev/drbd0;
disk /dev/dxcd0e;
address 10.10.10.2:7788;
meta-disk internal;
}
disk {
on-io-error detach;
}
net {
}
syncer {
rate 80M;
}
}
해당 버전으로 업그레이드하기 전에는 나타나지 않았습니다.