728x90
반응형

error 7

[Openstack] live migration pre-check error

# live migration error [Openstack] nova live-migration# nova live-migration일반 nova migrate 와 다르게 서버를 종료시키지 않고 최소한의 단절로 서버를 이전(host변경)* vm이 있는 Host_A와 옮겨갈 Host_B의 cpu가 동일해야함.  # live migrate..Host_A와 Host_B가 동일한plastic2113.tistory.com위의 라이브 마이그레이션 진행시 에러 발생(nova-compute.log) 및 반응 없음.Host_A와 Host_B가 동일한 cpu라는 가정하에 진행vm이전 방향 : Host_A > Host_B# Env.OS : Rocky 9Openstack : antelope 2023.1# Error 2025..

Openstack 2025.03.07

[Ceph] rbd: error: image still has watchers

Symptoms..블록 스토리지를 삭제하는 과정에서 아래와 같은 에러가 발생.rbd: error: image still has watcherslibrbd::image::RemoveRequest: 0x55ce6659a5c0 check_image_watchers: image has watchers - not removingRemoving image: 0% complete...failed.rbd: error: image still has watchersThis means the image is still open or the client using it crashed. Try again after closing/unmapping it or waiting 30s for the crashed client to t..

Ceph 2025.01.03

[Linux] Curl error 60 SSL peer certificate or SSH remote key was not OK

env.RHEL (CentOS 7, Rocky 7)eol이 지난 OS에서 발생한것으로 보임(추측..) Trouble..yum update / upgrade등을 진행할 때 제목에서의 에러가 발생한다.Curl error 60 SSL peer certificate or SSH remote key was not OK 사용하는 OS의 eol때문인지, 기존의 source.list에서 받아오지를 못함. source.list의 url을 변경해봐도 동일. Trouble-Shooting../etc/yum.conf 파일 수정vi /etc/yum.conf 입력모드(i)로 변경 후 맨 아래줄에 해당 라인 추가sslverify=falseorvi편집기로 열지 않고 수정하기echo "sslverify=false" >> /etc/yu..

Linux 2024.09.12

[Openstack]Error : UnsupportedHostCPUControlPolicy

Env.OS : Rocky 9.4Openstack : Yoga ErrorERROR nova.compute.manager Instance failed to spawn: nova.exception.UnsupportedHostCPUControlPolicy: Requested CPU control policy not supported by hostopenstack에서 가상서버 생성시 compute Error 로그에 위와 같은 문구 나오면서 생성 에러 발생. Touble-shooting생성 에러가 발생한 compute node에 아래 파일이 있는지 확인/usr/lib/python3.9/site-packages/nova/virt/libvirt/host.py없다면 아래 링크에서 다운로드후 파일 추가.* 각 버전에 따..

Openstack 2024.07.04

[Linux] error while loading shared libraries: libncurses.so.5

1. Error발생아래와 같은 에러 발생 : libncurses.so.5가 없단다..error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory2. trouble-shooting먼저, 레포추가add-apt-repository universe 패키지 설치 (64bit)apt-get install libncurses5 * 32bit 일 때는 아래 명령어apt-get install libncurses5:i3863. 마무리다시 하려던 작업 재시도!

Linux 2023.11.09
728x90
반응형