 OID CND Asia Slide: CurveFSalgorithm with topology-based failure domain to provide high availability/reliability ● Zero copy; Data stripe; RDMA to improve performance ● Management and monitor tools ● Support CSI deriver for upper cloud0 码力 | 24 页 | 3.47 MB | 6 月前3 OID CND Asia Slide: CurveFSalgorithm with topology-based failure domain to provide high availability/reliability ● Zero copy; Data stripe; RDMA to improve performance ● Management and monitor tools ● Support CSI deriver for upper cloud0 码力 | 24 页 | 3.47 MB | 6 月前3
 Curve 分布式存储设计高可用性/高可靠性 (易运维) 2. RAFT一致性协议 3. CopySet分配算法 4. 拓扑结构 5. 高性能 6. chunkfilepool (降低写放大) 7. data stripe (增大并发) 8. zerocopy 9. 云原生 核心设计Curve块存储 1. physical pool用于实现对机 器资源物理隔离 2. zone故障隔离的基本单元 3.0 码力 | 20 页 | 4.13 MB | 6 月前3 Curve 分布式存储设计高可用性/高可靠性 (易运维) 2. RAFT一致性协议 3. CopySet分配算法 4. 拓扑结构 5. 高性能 6. chunkfilepool (降低写放大) 7. data stripe (增大并发) 8. zerocopy 9. 云原生 核心设计Curve块存储 1. physical pool用于实现对机 器资源物理隔离 2. zone故障隔离的基本单元 3.0 码力 | 20 页 | 4.13 MB | 6 月前3
 鸟哥的Linux私房菜:基础学习篇 第四版去! 这个 extent 区块的大小得要在格 式化的时候就先指定,最小值是 4K 最大可到 1G。一般非磁盘阵列的磁盘默认为 64K 容量,而具有类似磁 盘阵列的 stripe 情况下,则建议 extent 设置为与 stripe 一样大较佳。这个 extent 最好不要乱 动,因为可能会影响到实体磁盘的性能喔。 XFS 文件系统的描述数据观察 刚刚讲了这么多,完全无法理会耶~有没有像 EXT bsize 指的是 block 的容量,每个 block 为 4K 的意思,共有 262144 个 block 在 这个文件系统内。 第 5 行里面的 sunit 与 swidth 与磁盘阵列的 stripe 相关性较高。这部份我们下面格式化的时候会举 一个例子来说明。 9.1. 7.1 认识 Linux 文件系统 - 314 - 本文档使用 书栈(BookStack.CN) 构建 第 7 行里面的 11. size=数值 :data section 的容量,亦即你可以不将全部的设备容量用完的意思 12. su=数值 :当有 RAID 时,那个 stripe 数值的意思,与下面的 sw 搭配使用 13. sw=数值 :当有 RAID 时,用于储存数据的磁盘数量(须扣除备份碟与备用碟) 14. sunit=数值0 码力 | 1057 页 | 14.60 MB | 1 年前3 鸟哥的Linux私房菜:基础学习篇 第四版去! 这个 extent 区块的大小得要在格 式化的时候就先指定,最小值是 4K 最大可到 1G。一般非磁盘阵列的磁盘默认为 64K 容量,而具有类似磁 盘阵列的 stripe 情况下,则建议 extent 设置为与 stripe 一样大较佳。这个 extent 最好不要乱 动,因为可能会影响到实体磁盘的性能喔。 XFS 文件系统的描述数据观察 刚刚讲了这么多,完全无法理会耶~有没有像 EXT bsize 指的是 block 的容量,每个 block 为 4K 的意思,共有 262144 个 block 在 这个文件系统内。 第 5 行里面的 sunit 与 swidth 与磁盘阵列的 stripe 相关性较高。这部份我们下面格式化的时候会举 一个例子来说明。 9.1. 7.1 认识 Linux 文件系统 - 314 - 本文档使用 书栈(BookStack.CN) 构建 第 7 行里面的 11. size=数值 :data section 的容量,亦即你可以不将全部的设备容量用完的意思 12. su=数值 :当有 RAID 时,那个 stripe 数值的意思,与下面的 sw 搭配使用 13. sw=数值 :当有 RAID 时,用于储存数据的磁盘数量(须扣除备份碟与备用碟) 14. sunit=数值0 码力 | 1057 页 | 14.60 MB | 1 年前3
 鸟哥的 Linux 私房菜:基础学习篇 第四版去! 这个 extent 区块的 大小得要在格式化的时候就先指定,最小值是 4K 最大可到 1G。一般非磁盘阵列的磁盘默认 为 64K 容量,而具有类似磁盘阵列的 stripe 情况下,则建议 extent 设置为与 stripe 一样大较 佳。这个 extent 最好不要乱动,因为可能会影响到实体磁盘的性能喔。 XFS 文件系统的描述数据观察 刚刚讲了这么多,完全无法理会耶~有没有像 EXT bsize 指的是 block 的容量,每个 block 为 4K 的意思,共有 262144 个 block 在这个文件系统内。 第 5 行里面的 sunit 与 swidth 与磁盘阵列的 stripe 相关性较高。这部份我们下面格式化 的时候会举一个例子来说明。 第 7 行里面的 internal 指的是这个登录区的位置在文件系统内,而不是外部设备的意 思。且占用了 4K * 2560 (例如虚拟磁盘) size=数值 :data section 的容量,亦即你可以不将全部的设备容量用完的意思 su=数值 :当有 RAID 时,那个 stripe 数值的意思,与下面的 sw 搭配使用 sw=数值 :当有 RAID 时,用于储存数据的磁盘数量(须扣除备份碟与备用碟) sunit=数值 :与 su 相当,不过单位使用的是“几个0 码力 | 1158 页 | 13.73 MB | 1 年前3 鸟哥的 Linux 私房菜:基础学习篇 第四版去! 这个 extent 区块的 大小得要在格式化的时候就先指定,最小值是 4K 最大可到 1G。一般非磁盘阵列的磁盘默认 为 64K 容量,而具有类似磁盘阵列的 stripe 情况下,则建议 extent 设置为与 stripe 一样大较 佳。这个 extent 最好不要乱动,因为可能会影响到实体磁盘的性能喔。 XFS 文件系统的描述数据观察 刚刚讲了这么多,完全无法理会耶~有没有像 EXT bsize 指的是 block 的容量,每个 block 为 4K 的意思,共有 262144 个 block 在这个文件系统内。 第 5 行里面的 sunit 与 swidth 与磁盘阵列的 stripe 相关性较高。这部份我们下面格式化 的时候会举一个例子来说明。 第 7 行里面的 internal 指的是这个登录区的位置在文件系统内,而不是外部设备的意 思。且占用了 4K * 2560 (例如虚拟磁盘) size=数值 :data section 的容量,亦即你可以不将全部的设备容量用完的意思 su=数值 :当有 RAID 时,那个 stripe 数值的意思,与下面的 sw 搭配使用 sw=数值 :当有 RAID 时,用于储存数据的磁盘数量(须扣除备份碟与备用碟) sunit=数值 :与 su 相当,不过单位使用的是“几个0 码力 | 1158 页 | 13.73 MB | 1 年前3
 Debian GNU/Linux 安装手册 October 14, 2021(layout)。 默认为 near copies。near copies 有所有磁盘上相同 offset 的所有拷贝。far copies 有磁盘上不同 offset 的拷贝。offset copies 复制 stripe,而不是整个拷贝。 RAID10 能可靠且冗余地存储,而没有计算校验的缺点。 总结: 类型 最少设备 备用设备 幸免于磁盘损 坏? 可用空间 RAID0 2 否 否 容量为最小分区 乘以0 码力 | 86 页 | 508.72 KB | 1 年前3 Debian GNU/Linux 安装手册 October 14, 2021(layout)。 默认为 near copies。near copies 有所有磁盘上相同 offset 的所有拷贝。far copies 有磁盘上不同 offset 的拷贝。offset copies 复制 stripe,而不是整个拷贝。 RAID10 能可靠且冗余地存储,而没有计算校验的缺点。 总结: 类型 最少设备 备用设备 幸免于磁盘损 坏? 可用空间 RAID0 2 否 否 容量为最小分区 乘以0 码力 | 86 页 | 508.72 KB | 1 年前3
 Cilium v1.5 Documentationacts as a persistent service iden�fier for both external services provided by AWS, Google, Twilio, Stripe, etc., and internal services such as database clusters running in private subnets outside Kubernetes Containers making outgoing connec�ons. Examples include connec�ng to 3rd-party API services like Twilio or Stripe as well as accessing private APIs that are hosted elsewhere in your enterprise datacenter or cloud0 码力 | 740 页 | 12.52 MB | 1 年前3 Cilium v1.5 Documentationacts as a persistent service iden�fier for both external services provided by AWS, Google, Twilio, Stripe, etc., and internal services such as database clusters running in private subnets outside Kubernetes Containers making outgoing connec�ons. Examples include connec�ng to 3rd-party API services like Twilio or Stripe as well as accessing private APIs that are hosted elsewhere in your enterprise datacenter or cloud0 码力 | 740 页 | 12.52 MB | 1 年前3
 Cilium v1.6 Documentationacts as a persistent service identifier for both external services provided by AWS, Google, Twilio, Stripe, etc., and internal services such as database clusters running in private subnets outside Kubernetes making outgoing connections. Examples include connecting to 3rd-party API services like Twilio or Stripe as well as accessing private APIs that are hosted elsewhere in your enterprise datacenter or cloud0 码力 | 734 页 | 11.45 MB | 1 年前3 Cilium v1.6 Documentationacts as a persistent service identifier for both external services provided by AWS, Google, Twilio, Stripe, etc., and internal services such as database clusters running in private subnets outside Kubernetes making outgoing connections. Examples include connecting to 3rd-party API services like Twilio or Stripe as well as accessing private APIs that are hosted elsewhere in your enterprise datacenter or cloud0 码力 | 734 页 | 11.45 MB | 1 年前3
 Debian GNU/Linux 安裝手冊 January 8, 2024of the disks. Far copies have the copies at different offsets on the disks. Offset copies copy the stripe, not the individual copies. RAID10 can be used to achieve reliability and redundancy without the0 码力 | 120 页 | 643.51 KB | 1 年前3 Debian GNU/Linux 安裝手冊 January 8, 2024of the disks. Far copies have the copies at different offsets on the disks. Offset copies copy the stripe, not the individual copies. RAID10 can be used to achieve reliability and redundancy without the0 码力 | 120 页 | 643.51 KB | 1 年前3
 Debian GNU/Linux 安装手册
October 14, 2021(layout)。 默认为 near copies。near copies 有所有磁盘上相同 offset 的所有拷贝。far copies 有磁盘上不同 offset 的拷贝。offset copies 复制 stripe,而不是整个拷贝。 RAID10 能可靠且冗余地存储,而没有计算校验的缺点。 总结: 类型 最少设备 备用设备 幸免于磁盘损 坏? 可用空间 RAID0 2 否 否 容量为最小分区 乘以0 码力 | 97 页 | 562.02 KB | 1 年前3 Debian GNU/Linux 安装手册
October 14, 2021(layout)。 默认为 near copies。near copies 有所有磁盘上相同 offset 的所有拷贝。far copies 有磁盘上不同 offset 的拷贝。offset copies 复制 stripe,而不是整个拷贝。 RAID10 能可靠且冗余地存储,而没有计算校验的缺点。 总结: 类型 最少设备 备用设备 幸免于磁盘损 坏? 可用空间 RAID0 2 否 否 容量为最小分区 乘以0 码力 | 97 页 | 562.02 KB | 1 年前3
 Debian GNU/Linux 安装手册
January 8, 2024(layout)。 默认为 near copies。near copies 有所有磁盘上相同 offset 的所有拷贝。far copies 有磁盘上不同 offset 的拷贝。offset copies 复制 stripe,而不是整个拷贝。 RAID10 能可靠且冗余地存储,而没有计算校验的缺点。 总结: 类型 最少设备 备用设备 幸免于磁盘损 坏? 可用空间 RAID0 2 否 否 容量为最小分区 乘以0 码力 | 93 页 | 562.93 KB | 1 年前3 Debian GNU/Linux 安装手册
January 8, 2024(layout)。 默认为 near copies。near copies 有所有磁盘上相同 offset 的所有拷贝。far copies 有磁盘上不同 offset 的拷贝。offset copies 复制 stripe,而不是整个拷贝。 RAID10 能可靠且冗余地存储,而没有计算校验的缺点。 总结: 类型 最少设备 备用设备 幸免于磁盘损 坏? 可用空间 RAID0 2 否 否 容量为最小分区 乘以0 码力 | 93 页 | 562.93 KB | 1 年前3
共 22 条
- 1
- 2
- 3














