---
title: 删除存储卷时提示volume '25.img' is still being allocated的解决方法
description: "删除存储卷时提示“volume '25.img' is still being allocated”。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengcpfs/troubleshooting/trouble/kunpengcpfs_09_0020.html
sourcePath: /source/zh/kunpengcpfs/troubleshooting/trouble/kunpengcpfs_09_0020.html
indexId: 8c387c78f581ec181d91aa2bd9b25893da185c1afbb0eedb731b194bbf1424b371
---
# 删除存储卷时提示volume '25.img' is still being allocated的解决方法

#### 问题现象描述

删除存储卷时提示“volume '25.img' is still being allocated”。


#### 关键过程、根本原因分析

存储卷在创建中，无法删除。


#### 结论、解决方案及效果

重启libvirtd服务即可。

1. 停止libvirtd服务。

```
systemctl stop libvirtd
```


2. 启动libvirtd服务。

```
systemctl start libvirtd
```
