- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
* Files are distributed in a round-robin fashion to the data constituents based on the capacity threshold (preference is given to data constituents with the most available space). Files do not span data constituents; each file gets written completely in one data constituent only, and doesn’t get striped. When a write request comes in, the namespace constituent is updated with an empty file handle and the data file is written on a data constituent based on the capacity threshold. Then the data file location is updated on the namespace constituent and acknowledged back to the client. When a write request comes in, it creates an empty file handle in the namespace constituent and the file is written to a data constituent. 2nd Namespace constituent is updated with the pointer redirector to that data file location. 3rd Files are distributed in a round-robin fashion to the data constituents. Files do not span data constituents. * The read process for a data file is explained in the slide animation. * Subsequent reads to the same node (from any client connected to the LIF on the node) for the same file do not have to go to the namespace constituent to find the file location if it is saved in main memory on the requesting node. * * * * * * Infinite Volume compression and dedupe are managed and initiated at the Infinite Volume level. Under the cover that sends requests to all data constituents. Each node can run only eight compression/dedupe processes at once; additional requests will be placed in the queue. * Infinite Volume Snapshot copies are coordinated snapshots that involve fencing and snapshotting each constituent. When a snapshot for the Infinite Volume is taken, it’s a 3 step process: sends the requests to all the constituents in all the nodes to start the snapshot process, fences I/O to the Infinite Volume commits the Snapshot copies and updates the RDB tables. Snapshot copies can’t be scheduled more frequently than once per hour. * * * Infinite Volume su
文档评论(0)