[tahoe-lafs-trac-stream] [Tahoe-LAFS] #3498: Mutable writes don't respect `readonly` or `reserved_space` storage server settings
Tahoe-LAFS
trac at tahoe-lafs.org
Fri Nov 6 17:21:08 UTC 2020
#3498: Mutable writes don't respect `readonly` or `reserved_space` storage server
settings
--------------------------+---------------------------
Reporter: exarkun | Owner:
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: code-storage | Version: n/a
Keywords: | Launchpad Bug:
--------------------------+---------------------------
There are simply no checks in the storage server implementation against
these parts of the configuration. The storage server always attempts to
satisfy mutable write attempts. They might fail because the filesystem is
*actually* read-only or *actually* out of space but not because of the
Tahoe-LAFS configuration for these things.
This means the expected end-state for any storage server is to completely
fill the filesystem where its storage is located and then become non-
operable because of the myriad ways in which software fails when
encountering ENOSPC.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3498>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list