メインコンテンツへスキップ

Trident CSI ドライバーの永続ボリュームには、ext4 と XFS のどちらのファイルシステムが推奨されますか?

Views:
10
Visibility:
Public
Votes:
0
Category:
trident-kubernetes
Specialty:
snapx
Last Updated:

環境

  • NetApp Trident CSIドライバー(サポートされているすべてのバージョン)
  • Tridentによってプロビジョニングされた Kubernetes PV(ONTAP SANバックエンドを使用)
  • サポートされているすべての Linux ディストリビューション

回答

ファイルシステムの推奨事項:

  • NetApp Tridentは、ONTAP SANバックエンド経由でプロビジョニングされたPVに対して、ext4とXFSの両方のファイルシステムをサポートしています。 
  • NetAppはどちらか一方を義務付けたり、推奨したりするものではありません。
    ファイルシステムの選択は、以下の点に基づいて行う必要があります:
    • アプリケーションの要件
    • お使いのOSとKubernetesディストリビューションでサポートされているファイルシステム
    • お客様の操作設定

ドキュメント参照:

一般的なガイダンス:

  • ext4とXFSはどちらも成熟しており、広くサポートされています。
  • XFSは非常に大きなファイルや高い同時実行ワークロードに対して利点を提供する可能性がある一方、ext4は汎用的なワークロードや幅広い互換性において好まれることが多いです。
  • 詳細については、 比較記事:XFS vs ext4(RHEL 9) を参照してください。

追加情報

アプリケーションまたは OS に特定の要件または制限(例:ext4 のみをサポート)がある場合は、StorageClass パラメータで希望するファイルシステムを指定してください。 fsType 例:

parameters: fsType: "ext4" 

または

parameters: fsType: "xfs"

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.