summaryrefslogtreecommitdiff
path: root/open_issues/rm_fr.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-07-27 03:33:51 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-07-27 03:33:51 +0200
commit0488c48e764897b536769886814bbf3b3d279504 (patch)
tree63ee5a14052a615bfda74e2bc81a889deb1351a9 /open_issues/rm_fr.mdwn
parent32f77fe6a6acaf29dc2c494e9aa24c33ad3dd68a (diff)
parentb687f782572b127e8ae32f0df40250fb19ccd22b (diff)
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'open_issues/rm_fr.mdwn')
-rw-r--r--open_issues/rm_fr.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/open_issues/rm_fr.mdwn b/open_issues/rm_fr.mdwn
index 89a803ab..aab52d97 100644
--- a/open_issues/rm_fr.mdwn
+++ b/open_issues/rm_fr.mdwn
@@ -25,3 +25,15 @@ really waits for all I/Os, which basically means strictly serializing
file removals: remove one file, wait for the disk to have done it
(~10ms), remove the next one, etc. I guess this is for safety reasons
against crashes, but isn't the sync option there for such kind of
+
+
+# IRC, freenode, #hurd, 2011-07-23
+
+ <antrik> youpi: hm... async deletion does have one downside: I just removed
+ something to make space, and retried the other command immediately
+ afterwards, and it still said "no space left on device"... a few seconds
+ later (after the next regular sync I suppose?) it worked
+ <youpi> well, that's sorta expected, yes
+ <youpi> we get the same on Linux
+ <youpi> Mmm, on second thought, I'm not sure how that can happen
+ <youpi> the asynchronous thing is for disk writes, not cache writes