mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-22 08:50:07 +00:00
storage: improve wording of status message
This commit is contained in:
@ -1668,7 +1668,7 @@ class LeaseCrawler(unittest.TestCase, pollmixin.PollMixin, WebRenderingMixin):
|
|||||||
self.failUnlessIn("and the whole cycle would probably recover: "
|
self.failUnlessIn("and the whole cycle would probably recover: "
|
||||||
"0 shares, 0 buckets (0 mutable / 0 immutable),"
|
"0 shares, 0 buckets (0 mutable / 0 immutable),"
|
||||||
" 0 B (0 B / 0 B)", s)
|
" 0 B (0 B / 0 B)", s)
|
||||||
self.failUnlessIn("if we were using each lease's default "
|
self.failUnlessIn("if we were strictly using each lease's default "
|
||||||
"31-day lease lifetime", s)
|
"31-day lease lifetime", s)
|
||||||
self.failUnlessIn("this cycle would be expected to recover: ", s)
|
self.failUnlessIn("this cycle would be expected to recover: ", s)
|
||||||
d.addCallback(_check_html_in_cycle)
|
d.addCallback(_check_html_in_cycle)
|
||||||
|
@ -212,8 +212,8 @@ class StorageStatus(rend.Page):
|
|||||||
add("and the whole cycle would probably recover: ",
|
add("and the whole cycle would probably recover: ",
|
||||||
self.format_recovered(ecr, "configured"))
|
self.format_recovered(ecr, "configured"))
|
||||||
|
|
||||||
add("if we were using each lease's default 31-day lease lifetime "
|
add("if we were strictly using each lease's default 31-day lease lifetime "
|
||||||
"(instead of our configured node), "
|
"(instead of our configured behavior), "
|
||||||
"this cycle would be expected to recover: ",
|
"this cycle would be expected to recover: ",
|
||||||
self.format_recovered(ecr, "original"))
|
self.format_recovered(ecr, "original"))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user