Skip to content

Commit eeab700

Browse files
author
David Moreau Simard
committed
Fix typo and add missing parameter to osd_repair
1 parent 6d1bb9a commit eeab700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cephclient/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def osd_set_pool_quota(self, pool, field, **kwargs):
535535
return self.put('osd/pool/set-quota?pool={0}&field={1}'
536536
.format(pool, field), **kwargs)
537537

538-
def osd_repait(self, who, **kwargs):
538+
def osd_repair(self, pool, who, **kwargs):
539539
return self.put('osd/repair?who={0}'
540540
.format(pool, who), **kwargs)
541541

0 commit comments

Comments
 (0)