当前位置:网站首页>ovirt数据库修改删除节点
ovirt数据库修改删除节点
2022-06-29 18:41:00 【姚华】
简介: ovirt数据库修改删除节点
ovirt遇到一个问题,因为没有在ovirt engine中删除就重装了其中一个节点,导致重新添加该节点时出现了一个报错“Host with the same UUID already exists.”
因此需要进入数据库中删除节点信息
登录ovirt engine输入
su postgre
psql -s engine
然后执行
select vds_id from vds_static where host_name = 'HOST_NAME';
delete from vds_statistics where vds_id = 'id';
delete from vds_dynamic where vds_id = 'id';
delete from vds_static where vds_id = 'id';
边栏推荐
- 2. 在STM32CubeMX建立的Keil5工程中添加自定义的相关文件
- Cannot retrieve repository metadata processing records
- 元素等待机制
- Shandong University project training (VIII) design rotation map entry page
- MySQL 企業級開發規範
- TP5 where queries whether a field in the database contains a value. Fuzzy queries are performed without the like method
- Redis bloom filter and cuckoo filter
- PHP implementation of sorting two-dimensional arrays by specified key names
- Panda Parkour JS games code
- How to use an oak camera as a webcam?
猜你喜欢
Deep learning --- the weight of the three good students' scores (2)
Various API methods of selenium
Dragon canvas animation
面霸篇:MySQL六十六问,两万字+五十图详解!
unittest单元测试框架
习题8 #第8章 Verilog有限状态机设计-4 #Verilog #Quartus #modelsim
Cannot retrieve repository metadata 处理记录
建立自己的网站(12)
[笔记]再笔记--边干边学Verilog HDL –008
76.二叉树的最近公共祖先
随机推荐
学习放大器至少要3年?
Determination of concurrent number of pressure measurement
Element waiting mechanism
深度好文 | YOLOv5+DeepSORT多目标跟踪深入解读与测试(含源码)
销量赶不上拿钱速度,威马赴港救急
curl下载示例
1. use stm32cubemx to establish stm32g030c8t6 project
js文本粒子动态背景
76. nearest common ancestor of binary tree
Intégration d'outils et de cadres tiers
移动端测试
layer. prompt
C Primer Plus Chapter 12_ Storage categories, links, and memory management_ Codes and exercises
您好,请问mysql cdc、和postgresql cdc有官网样例吗?给个链接学习了
Tag filtering and SQL filtering of rocketmq
Introduction to isalpha () method
How to use the oak camera on raspberry pie?
Selenium的各类API方法
JS judge whether the array key name exists
JS-判断数组键名是否存在