Cancel outbound operations after re-peering PGs

This commit is contained in:
Vitaliy Filippov
2020-10-22 22:54:38 +00:00
parent f011e0c675
commit 1e8f0328e0
2 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -1067,7 +1067,7 @@ class Mon
}
catch (e)
{
console.log('Bad key in etcd: '+kv.key+' = '+kv.value);
console.log('Bad value in etcd: '+kv.key+' = '+kv.value);
return;
}
key = key.split('/');