Opened at 2025-05-07T11:47:17Z
Closed at 2025-09-25T11:40:58Z
#4174 closed defect (fixed)
SMDF typo, should be SDMF (yes?)
| Reported by: | hacklschorsch | Owned by: | hacklschorsch |
|---|---|---|---|
| Priority: | minor | Milestone: | undecided |
| Component: | documentation | Version: | n/a |
| Keywords: | Cc: | ||
| Launchpad Bug: |
Description
The documentation (and some source files) sometimes mention "SMDF" where I believe it should be "SDMF":
[flo@vantaa:~/Repositories/tahoe-lafs]$ git grep SMDF docs/proposed/mutable-DSA.txt:=== SMDF Slot Format === docs/proposed/mutable-DSA.txt:This SMDF data lives inside a server-side MutableSlot container. The server docs/specifications/mutable.rst: 4. `SMDF Slot Format`_ docs/specifications/mutable.rst:SMDF Slot Format docs/specifications/mutable.rst:This SMDF data lives inside a server-side MutableSlot container. The server src/allmydata/scripts/debug.py: # this slot contains an SMDF share src/allmydata/scripts/debug.py: # this slot contains an SMDF share src/allmydata/scripts/debug.py: # make sure this slot contains an SMDF share
Change History (2)
comment:1 Changed at 2025-08-27T16:22:54Z by hacklschorsch
- Owner set to hacklschorsch
- Status changed from new to assigned
comment:2 Changed at 2025-09-25T11:40:58Z by hacklschorsch
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Fix in https://github.com/tahoe-lafs/tahoe-lafs/pull/1442