diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-12-15 00:13:55 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-12-15 00:15:25 +0100 |
commit | c321f7450f24c495382aabf9125a2701f47e5a04 (patch) | |
tree | 7bc95022a068e369f7e3a1a966e07a9d6d355b21 /NEWS | |
parent | 9c506806fa3904fba60d9f67f381cf90fe6f1e69 (diff) | |
download | coreutils-c321f7450f24c495382aabf9125a2701f47e5a04.tar.xz |
tail,stat: improve support for the ceph file system
Teach tail -f that it must use polling on ceph file systems, and
let stat -f --format=%T report the file system type name, "ceph".
Website: http://ceph.com/
* src/stat.c (human_fstype): Add a case: ceph, 0x00C36400, remote.
* NEWS (Improvements): Mention it.
* THANKS.in: Update.
Reported by Konrad Wróblewski in http://bugs.gnu.org/13172.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -59,6 +59,12 @@ GNU coreutils NEWS -*- outline -*- nl no longer supports the --page-increment option which was deprecated since coreutils-7.5. Use --line-increment instead. +** Improvements + + stat and tail now know about CEPH. stat -f --format=%T now reports the file + system type, and tail -f uses polling for files on CEPH file systems. + + ** Build-related Perl is now more of a prerequisite. It has long been required in order |