X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fdoc%2Fdev%2Fdelayed-delete.rst;fp=src%2Fceph%2Fdoc%2Fdev%2Fdelayed-delete.rst;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=bf5f65a460893fa09153081b4a51c9be45475d2e;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/doc/dev/delayed-delete.rst b/src/ceph/doc/dev/delayed-delete.rst deleted file mode 100644 index bf5f65a..0000000 --- a/src/ceph/doc/dev/delayed-delete.rst +++ /dev/null @@ -1,12 +0,0 @@ -========================= - CephFS delayed deletion -========================= - -When you delete a file, the data is not immediately removed. Each -object in the file needs to be removed independently, and sending -``size_of_file / stripe_size * replication_count`` messages would slow -the client down too much, and use a too much of the clients -bandwidth. Additionally, snapshots may mean some objects should not be -deleted. - -Instead, the file is marked as deleted on the MDS, and deleted lazily.