On 11/29/2012 04:34 PM, Sage Weil wrote: > On Thu, 29 Nov 2012, Andrey Korolyov wrote: >> $ ceph osd down - >> osd.0 is already down >> $ ceph osd down --- >> osd.0 is already down >> >> the same for ``+'', ``/'', ``%'' and so - I think that for osd subsys >> ceph cli should explicitly work only with positive integers plus zero, >> refusing all other input. > > which branch is this? this parsing is cleaned u pin the latest > next/master. I confirm this is fixed, but while making sure noticed that 'ceph osd create <garbage>' will create an osd nonetheless. Just added a fix for this to wip-mon-osd-create-fix that will make sure that if the uuid argument is specified, then -EINVAL is returned in case the uuid is invalid. -Joao -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html