]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw:dont update entrypoint when removing bucket
authorAran85 <zhangzengran@h3c.com>
Wed, 30 Sep 2015 01:29:26 +0000 (09:29 +0800)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 7 Dec 2015 19:51:25 +0000 (11:51 -0800)
commit0186cdc62261278cdc598dcc93d484cb4d0aa7c1
treec41afb002881410ea3bfdd1fc86c66764b341b8d
parent257a3c386365f2c0ca9711d86ab9f157e8b5e3a4
rgw:dont update entrypoint when removing bucket

when removing bucket,we unlink the bucket bucket but we don't want
to update the entrypoint here.Because the update_entrypoint's default
value is true,so we need to indicate it to false.

Signed-off-by: Zengran Zhang <zhangzengran@h3c.com>
src/rgw/rgw_bucket.cc