提交 bdf83c01 编写于 作者: N Nikolay Shirokovskiy 提交者: Michal Privoznik

api: add VIR_DOMAIN_UNDEFINE_KEEP_NVRAM flag

This flags specifies to keep nvram file if it is existed for inactive
domains.
Signed-off-by: NNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
上级 b87703cf
......@@ -1616,6 +1616,7 @@ typedef enum {
snapshot metadata */
VIR_DOMAIN_UNDEFINE_NVRAM = (1 << 2), /* Also remove any
nvram file */
VIR_DOMAIN_UNDEFINE_KEEP_NVRAM = (1 << 3), /* Keep nvram file */
/* Future undefine control flags should come here. */
} virDomainUndefineFlagsValues;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册