Skip to content

Commit 17e48c5

Browse files
authored
Merge pull request #1594 from devendra-suse/nfs-storage-type-unsupported
Nfs storage type unsupported
2 parents 80d5890 + 61671fa commit 17e48c5

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

k8s-suse-rancher-prime.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ The minimum requirements do not include spare CPU/Memory capacity to ensure smoo
5757

5858
SUSE Observability uses persistent volume claims for the services that need to store data. The default storage class for the cluster will be used for all services unless this is overridden by values specified on the command line or in a `values.yaml` file. All services come with a pre-configured volume size that should be good to get you started, but can be customized later using variables as required.
5959

60+
{% hint style="info" %}
61+
For production environments, NFS is not recommended and supported for storage provisioning in SUSE Observability due to the potential risk of data corruption.
62+
{% endhint %}
63+
6064
For our different installation profiles, the following are the defaulted storage requirements:
6165

6266
| | trial | 10 non-HA | 20 non-HA | 50 non-HA | 100 non-HA | 150 HA | 250 HA | 500 HA | 4000 HA

setup/install-stackstate/kubernetes_openshift/storage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The defaults for those storage classes are typically to delete the PV \(persiste
1212

1313
To remove the PVC's either remove them manually with `kubectl delete pvc` or delete the entire namespace.
1414

15+
{% hint style="info" %}
16+
For production environments, NFS is not recommended and supported for storage provisioning in SUSE Observability due to the potential risk of data corruption.
17+
{% endhint %}
18+
1519
## Customize storage
1620

1721
You can customize the `storageClass` and `size` settings for different volumes in the Helm chart. These example values files show how to change the storage class or the volume size. These can be merged to change both at the same time.

setup/install-stackstate/requirements.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ For installation of SUSE Observability please follow the installation instructio
5555

5656
SUSE Observability uses persistent volume claims for the services that need to store data. The default storage class for the cluster will be used for all services unless this is overridden by values specified on the command line or in a `values.yaml` file. All services come with a pre-configured volume size that should be good to get you started, but can be customized later using variables as required.
5757

58+
{% hint style="info" %}
59+
For production environments, NFS is not recommended and supported for storage provisioning in SUSE Observability due to the potential risk of data corruption.
60+
{% endhint %}
61+
5862
For our different installation profiles, the following are the defaulted storage requirements:
5963

6064
| | trial | 10 non-HA | 20 non-HA | 50 non-HA | 100 non-HA | 150 HA | 250 HA | 500 HA | 4000 HA

0 commit comments

Comments
 (0)