diff options
| author | kshithijiyer <kshithij.ki@gmail.com> | 2019-06-05 19:40:29 +0530 | 
|---|---|---|
| committer | Amar Tumballi <amarts@redhat.com> | 2019-06-08 05:45:35 +0000 | 
| commit | 2eaf8e846afd71c30f2a6ff6f863a39b1145b8b6 (patch) | |
| tree | 333b3494bf767ab195717fe4e8cdf48398681a7f /doc/developer-guide/dirops-transactions-in-dht.md | |
| parent | 2ff76fa45c53b8e291cf70c98b28800f3ed5f6fc (diff) | |
Fixing formatting errors in markdown files
There are a lot of fromatting error is markdown
files peresent under /doc directiory of the project.
Fixing formatting errors and sending a patch.
Fixes: bz#1718273
Change-Id: I08f938088bbaaafddf634f73616ea0dbfe7aedf3
Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'doc/developer-guide/dirops-transactions-in-dht.md')
| -rw-r--r-- | doc/developer-guide/dirops-transactions-in-dht.md | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/developer-guide/dirops-transactions-in-dht.md b/doc/developer-guide/dirops-transactions-in-dht.md index 83f63be3f45..909a97001aa 100644 --- a/doc/developer-guide/dirops-transactions-in-dht.md +++ b/doc/developer-guide/dirops-transactions-in-dht.md @@ -1,3 +1,4 @@ +# dirops transactions in dht  Need for transactions during operations on directories arise from two  basic design elements of DHT: @@ -269,4 +270,4 @@ And the examples are:           *  Both _dst_ and _dst/dst_ have same gfid - _gfid-src_. As observed earlier, symptom might be directory listing being incomplete   - mkdir (dst) vs renamedir ("src", "dst")   - rmdir (src) vs renamedir ("src", "dst") - - rmdir (dst) vs renamedir ("src", "dst")
\ No newline at end of file + - rmdir (dst) vs renamedir ("src", "dst")  | 
