mongodb使用removeShard移除碎片,但仍处于拖动状态

mongodb使用removeShard移除碎片,但仍处于拖动状态,mongodb,Mongodb,当我像这样使用removeShard时: db.runCommand({removeShard:"shard0001"}) 壳牌展示如下: { "msg" : "draining ongoing", "state" : "ongoing", "remaining" : { "chunks" : NumberLong(1), "dbs" : NumberLong(0) }, "note" : "you need t

当我像这样使用removeShard时:

db.runCommand({removeShard:"shard0001"})
壳牌展示如下:

{ 
    "msg" : "draining ongoing", 
    "state" : "ongoing", 
    "remaining" : {
        "chunks" : NumberLong(1), 
        "dbs" : NumberLong(0)
    }, 
    "note" : "you need to drop or movePrimary these databases", 
    "dbsToMove" : [

    ], 
    "ok" : NumberInt(1)
}

没有要移动的
dbsToMove
,但只需要删除一个块

但我等了两个小时,只为这一块的集合中的一张记录,似乎没有任何变化

我如何删除这一块