-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locale-specific time in trim status #15878
Labels
Type: Defect
Incorrect behavior (e.g. crash, hang)
Comments
part1zano
added a commit
to part1zano/zfs
that referenced
this issue
Mar 19, 2024
In `zpool status -t`, scrub date/time is reported using the C locle, while trim time is reported using the current one. This is inconsistent. This patch fixes that. Closes openzfs#15878 Signed-off-by: Maxim Filimonov <che@bein.link>
part1zano
added a commit
to part1zano/zfs
that referenced
this issue
Mar 19, 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. Closes openzfs#15878 Signed-off-by: Maxim Filimonov <che@bein.link>
part1zano
added a commit
to part1zano/zfs
that referenced
this issue
Mar 19, 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. Signed-off-by: Maxim Filimonov <che@bein.link> Closes openzfs#15878
part1zano
added a commit
to part1zano/zfs
that referenced
this issue
Apr 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. Signed-off-by: Maxim Filimonov <che@bein.link> Closes openzfs#15878
behlendorf
pushed a commit
that referenced
this issue
Apr 8, 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 <milky-zfs@mcmilk.de> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Maxim Filimonov <che@bein.link> Closes #15878 Closes #15879
tonyhutter
pushed a commit
that referenced
this issue
May 2, 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 <milky-zfs@mcmilk.de> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Maxim Filimonov <che@bein.link> Closes #15878 Closes #15879
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
zfs-2.2.2-FreeBSD_g494aaaed8Describe 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 -tInclude any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: