Không thể remove node ra khỏi shaman
Vấn đề:
Tiến hành remove node ra khỏi shaman, tuy nhiên gặp vấn đề lỗi như sau:
[root@vz ~]# shaman -c cluster leave -N 82e3fd8fd2a4495c
Tiến hành thử một hướng khác
'cpupools --quiet leave --node-id md.82e3fd8fd2a4495c' exit status is 2
Can't leave the cluster
[root@vz ~]# shaman -c cluster leave -N 82e3fd8fd2a4495c
[.shaman/md.82e3fd8fd2a4495c/lock] is locked
Couldn't remove node 82e3fd8fd2a4495c from the cluster, because its layout is locked
Nguyên nhân:
Đây là 1 bug với mã lỗi PSBM-33472.
Giải pháp:
Trong những bản update tiếp theo sẽ được fix triệt để vấn đề này.
# mv /usr/sbin/cpupools{,~}
# ln -s /bin/true /usr/sbin/cpupools
# shaman leave -n <node_ip>
# mv -f /usr/sbin/cpupools{~,}