解决删除Volume报错的问题(二)(2)

[root@store2 ~]# ps aux | grep tgtd
root      2652  0.1  0.2 888048 40820 ?        Ssl  Apr27 104:54 tgtd
root      2653  0.0  0.0  12760  484 ?        S    Apr27  0:40 tgtd
root      9643  0.0  0.0 103244  872 pts/1    S+  15:41  0:00 grep tgtd
[root@store2 ~]# kill -9 2652
[root@store2 ~]# kill -9 2653
-bash: kill: (2653) - 没有那个进程
[root@store2 ~]# service tgtd status
tgtd 已死,但是 subsys 被锁
[root@store2 ~]# rm -f /var/lock/subsys/tgtd
[root@store2 ~]# service tgtd start
正在启动 SCSI target daemon:                              [确定]
[root@store2 ~]# service tgtd status
tgtd (pid 9675 9674) 正在运行...
[root@store2 ~]# service cinder-volume restart

重启后所有target的链接状态就正常了,然后通过前面所说的重置数据库状态后,就可以正常删除了。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/6836529b57498f046a32e08ecf51c2f0.html