]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor : Fix pool set taget_size_bytes 30701/head
authorPrashant D <pdhange@redhat.com>
Thu, 3 Oct 2019 01:21:55 +0000 (21:21 -0400)
committerPrashant D <pdhange@redhat.com>
Mon, 7 Oct 2019 11:06:45 +0000 (07:06 -0400)
commitf504e2d1e7fe3ee3797fa0f5402be1a1763087ef
tree3db0cc30756888d165b6dc938b4f9577ba10038d
parent20c8007c265c4aeb10cdb9d7b9b119c232ba33ed
mon/OSDMonitor : Fix pool set taget_size_bytes

When setting target_size_bytes for pool, prepare command fail
to parse values appended with valid units like M, G, T etc.

Fixes : https://tracker.ceph.com/issues/42108

Signed-off-by: Prashant D <pdhange@redhat.com>
src/mon/OSDMonitor.cc