zoukankan      html  css  js  c++  java
  • PV对第三方存储的访问模式支持

    访问模式

      PV可以使用存储资源提供商支持的任何方法来映射到host中。如下的表格中所示,提供商有着不同的功能,每个PV的访问模式被设置为卷支持的指定模式。比如,NFS可以支持多个读/写的客户端,但可以在服务器上指定一个只读的NFS PV。每个PV有它自己的访问模式。
      访问模式包括:
       ▷ ReadWriteOnce —— 该volume只能被单个节点以读写的方式映射
       ▷ ReadOnlyMany —— 该volume可以被多个节点以只读方式映射
       ▷ ReadWriteMany —— 该volume只能被多个节点以读写的方式映射
      在CLI中,访问模式可以简写为:
       ▷ RWO - ReadWriteOnce
       ▷ ROX - ReadOnlyMany
       ▷ RWX - ReadWriteMany
      注意:即使volume支持很多种访问模式,但它同时只能使用一种方式来映射。比如,GCEPersistentDisk可以被单个节点映射为ReadWriteOnce,或者多个节点映射为ReadOnlyMany,但不能同时使用这两种方式来映射。

    Volume PluginReadWriteOnceReadOnlyManyReadWriteMany
    AWSElasticBlockStore - -
    AzureFile
    AzureDisk - -
    CephFS
    Cinder - -
    FC -
    FlexVolume -
    Flocker - -
    GCEPersistentDisk -
    Glusterfs
    HostPath - -
    iSCSI -
    PhotonPersistentDisk - -
    Quobyte
    NFS
    RBD -
    VsphereVolume - -
    PortworxVolume -
    ScaleIO -

  • 相关阅读:
    BNU 51002 BQG's Complexity Analysis
    BNU OJ 51003 BQG's Confusing Sequence
    BNU OJ 51000 BQG's Random String
    BNU OJ 50999 BQG's Approaching Deadline
    BNU OJ 50998 BQG's Messy Code
    BNU OJ 50997 BQG's Programming Contest
    CodeForces 609D Gadgets for dollars and pounds
    CodeForces 609C Load Balancing
    CodeForces 609B The Best Gift
    CodeForces 609A USB Flash Drives
  • 原文地址:https://www.cnblogs.com/boshen-hzb/p/7283756.html
Copyright © 2011-2022 走看看