commit | 1c220881e307b62cc2f77d911219de332aa3f61e | [log] [tgz] |
---|---|---|
author | Josh Durgin <josh.durgin@inktank.com> | Fri Apr 04 17:49:12 2014 -0700 |
committer | Ilya Dryomov <idryomov@redhat.com> | Tue Oct 14 21:03:34 2014 +0400 |
tree | 6ce1baba2f79c5560f2a531fa7b6560702787250 | |
parent | d0265de7c358d71a494dcd1ee28206b32754bb0f [diff] |
rbd: make discard trigger copy-on-write Discard requests are a form of write, so they should go through the same process as plain write requests and trigger copy-on-write for layered images. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>