博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
moosefs即将发布新版
阅读量:6478 次
发布时间:2019-06-23

本文共 2531 字,大约阅读时间需要 8 分钟。

moosefs即将发布新的版本moosefs-1.6,一下内容为其官方网站发布的新特性描述。
 
The key new features/changes of MooseFS 1.6 would include:
  • General:
    • Removed duplicate source files.
    • Strip whitespace at the end of configuration file lines.
  • Chunkserver:
    • Rewritten in multi-threaded model.
    • Added periodical chunk testing functionality (HDD_TEST_FREQ option).
    • New -v option (prints version and exits).
  • Master:
    • Added "noowner" objects flag (causes objects to belong to current user).
    • Maintaining `mfsdirinfo` data online, so it doesn't need to be calculated on every request.
    • Filesystem access authorization system (NFS-like mfsexports.cfg file, REJECT_OLD_CLIENTS option) with ro/rw, password and maproot functionality.
    • New -v option (prints version and exits).
  • Mount:
    • Rewritten options parsing in mount-like way, making possible to use standard FUSE mount utilities (see mfsmount(8) manual for new syntax). Note: old syntax is no longer accepted and mountpoint is mandatory now (there is no default).
    • Updated for FUSE 2.6+.
    • Added password, file data cache, attribute cache and entry cache options. By default attribute cache and directory entry cache are enabled, file data cache and file entry cache are disabled.
    • opendir() no longer reads directory contents- it's done on first readdir() now; fixes "rm -r" on recent Linux/glibc/coreutils combo.
    • Fixed mtime setting just before close() (by flushing file on mtime change); fixes mtime preserving on "cp -p".
    • Added statistics accessible through MFSROOT/.stats pseudo-file.
    • Changed master access method for mfstools (direct .master pseudo-file replaced by .masterinfo redirection); fixes possible mfstools race condition and allows to use mfstools on read-only filesystem.
  • Tools:
    • Units cleanup in values display (exact values, IEC-60027/binary prefixes, SI/decimal prefixes); new options: -n, -h, -H and MFSHRFORMAT environment variable - refer to mfstools(8) manual for details).
    • mfsrgetgoal, mfsrsetgoal, mfsrgettrashtime, mfsrsettrashtime have been deprecated in favour of new "-r" option for mfsgetgoal, mfssetgoal, mfsgettrashtime, mfssettrashtime tools.
    • mfssnapshot utility replaced by mfsappendchunks (direct descendant of old utility) and mfsmakesnapshot (which creates "real" recursive snapshots and behaves similar to "cp -r").
    • New mfsfilerepair utility, which allows partial recovery of file with some missing or broken chunks.
  • CGI scripts:
    • First public version of CGI scripts allowing to monitor MFS installation from WWW browser
热烈期待正式版发布
本文转自sery51CTO博客,原文链接:http://blog.51cto.com/sery/179140 ,如需转载请自行联系原作者
你可能感兴趣的文章
Struts2和Spring MVC的区别
查看>>
理解Javascript参数中的arguments对象
查看>>
git代码冲突
查看>>
git bash 风格调整
查看>>
linux操作系统加固软件,系统安全:教你Linux操作系统的安全加固
查看>>
linux中yum源安装dhcp,24.Linux系统下动态网络源部署方法(dhcpd)
查看>>
HDOJ-1010 Tempter of the Bone
查看>>
日本开设无人机专业,打造无人机“人才市场”
查看>>
190行代码实现mvvm模式
查看>>
兼容几乎所有浏览器的透明背景效果
查看>>
Linux VNC server的安装及简单配置使用
查看>>
阿里宣布开源Weex ,亿级应用匠心打造跨平台移动开发工具
查看>>
Android项目——实现时间线程源码
查看>>
招商银行信用卡重要通知:消费提醒服务调整,300元以下消费不再逐笔发送短信...
查看>>
C#_delegate - 调用列表
查看>>
[转]Windows的批处理脚本
查看>>
多维数组元素的地址
查看>>
数据库运维体系_SZMSD
查看>>
js的AJAX请求有关知识总结
查看>>
三分 POJ 2420 A Star not a Tree?
查看>>