内容简介:经过一个半月的研发和测试,FastCFS V3.2.0和大家见面了。这个版本主要改进: 1. 提供诸如 open/fopen、write/fwrite、read/fread、close/fclose、readv、writev 等全套POSIX API,应用程序可以通过这套API使用F...
经过一个半月的研发和测试,FastCFS V3.2.0和大家见面了。这个版本主要改进:
1. 提供诸如 open/fopen、write/fwrite、read/fread、close/fclose、readv、writev 等全套POSIX API,应用程序可以通过这套API使用FastCFS存储;
2. 提供了LD_PRELOAD方式,在用户态实现虚拟mount point;
3. 为了支持POSIX API,fdir进行了调整和完善,比如 list/remove denry 和 get/list/remove xattr 支持flags;libfastcommon 和 fstore 支持 readv 和 writev;
4. fstore支持集群扩容后清除多余的binlog数据(启动 fs_serverd时带上参数 --migrate-clean)。
其他改进和 bugfix 如下:
- [fastcfs-csi] config optimization
- [fstore] read ahead support prefetch automatically
- [fuseclient] fuse.conf add parameter: xattr_enabled
- [fdir] bugfixed: update field "mode" correctly
- [fdir] bugfixed: server_parse_inode_for_update MUST set dentry_type
FastCFS POSIX API及LD_PRELOAD机制参见博客:https://my.oschina.net/u/3334339/blog/5481119
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
An Introduction to the Analysis of Algorithms
Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99
This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!