Comment 1 for bug 1668736

Revision history for this message
YongWang (chenyongwang) wrote :

change swift-get-nodes ring_name = basename(ring_path)[:len('ring.gz')] to ring_name = basename(ring_path)[:-len('.ring.gz')] will resolve this problem.