9.3. Block Storage(cinder) 서비스 제거
서비스에서 삭제할 때 DistributedComputeHCI 노드에서 cinder-volume 및 etcd 서비스를 제거해야 합니다.
절차
제거 중인 노드에서
cinder-volume서비스를 식별하고 비활성화합니다.(central) [stack@site-undercloud-0 ~]$ openstack volume service list --service cinder-volume | cinder-volume | dcn2-computehci2-1@tripleo_ceph | az-dcn2 | enabled | up | 2022-03-23T17:41:43.000000 | (central) [stack@site-undercloud-0 ~]$ openstack volume service set --disable dcn2-computehci2-1@tripleo_ceph cinder-volume스택의 다른 DistributedComputeHCI 노드에 로그인합니다.
$ ssh tripleo-admin@dcn2-computehci2-0제거 중인 노드와 연결된
cinder-volume서비스를 삭제합니다.[root@dcn2-computehci2-0 ~]# podman exec -it cinder_volume cinder-manage service remove cinder-volume dcn2-computehci2-1@tripleo_ceph Service cinder-volume on host dcn2-computehci2-1@tripleo_ceph removed.제거 중인 노드에서
tripleo_cinder_volume서비스를 중지하고 비활성화합니다.[root@dcn2-computehci2-1 ~]# systemctl stop tripleo_cinder_volume.service [root@dcn2-computehci2-1 ~]# systemctl disable tripleo_cinder_volume.service Removed /etc/systemd/system/multi-user.target.wants/tripleo_cinder_volume.service