You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In zpool status -t, trim status has its date in locale-specific format, like so:
pool: zroot
state: ONLINE
scan: scrub repaired 0B in 00:09:42 with 0 errors on Fri Feb 9 14:11:58 2024
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
nda0p4.eli ONLINE 0 0 0 (100% trimmed, completed at пятница, 9 февраля 2024 г. 14:28:37)
errors: No known data errors
As seen above, trim completion date/time is in Russian while scrub date/time version is in English.
Describe how to reproduce the problem
LANG=ru_RU.UTF-8 zpool status -t
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered:
In `zpool status -t`, scrub date/time is reported using the C locale,
while trim time is reported using the current one. This is inconsistent.
This patch fixes that.
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Maxim Filimonov <[email protected]>
Closes#15878Closes#15879
In `zpool status -t`, scrub date/time is reported using the C locale,
while trim time is reported using the current one. This is inconsistent.
This patch fixes that.
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Maxim Filimonov <[email protected]>
Closes#15878Closes#15879
lundman
pushed a commit
to openzfsonwindows/openzfs
that referenced
this issue
Sep 4, 2024
In `zpool status -t`, scrub date/time is reported using the C locale,
while trim time is reported using the current one. This is inconsistent.
This patch fixes that.
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Maxim Filimonov <[email protected]>
Closesopenzfs#15878Closesopenzfs#15879
System information
zfs-2.2.2-FreeBSD_g494aaaed8
Describe the problem you're observing
In
zpool status -t
, trim status has its date in locale-specific format, like so:As seen above, trim completion date/time is in Russian while scrub date/time version is in English.
Describe how to reproduce the problem
LANG=ru_RU.UTF-8 zpool status -t
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: