From: Greg Farnum Date: Thu, 25 Aug 2011 19:43:06 +0000 (-0700) Subject: ceph: let the set_layout ioctl set single traits X-Git-Tag: v3.2-rc1~126^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a35eca958aa1c7d0b5f993db1a3ded45ae16d59b;p=pandora-kernel.git ceph: let the set_layout ioctl set single traits Previously we were validating the passed-in stripe unit, object size, and stripe count against each other (and not testing most other stuff). Instead, make sure that the composed previous layout and new values are valid, and only send the new values to the MDS. This lets users change the pool without setting the whole layout, for instance. Signed-off-by: Greg Farnum --- Reading git-diff-tree failed