diff --git a/index.xml b/index.xml index 497cc979ac..59bb8e8822 100644 --- a/index.xml +++ b/index.xml @@ -860,6 +860,16 @@ Then watch kubectl kubectl get backups.longhorn.io -l backup-volume=vol-old-engi 1. Backup listing with more than 1000 backups - S3 Deploy Longhorn on a kubernetes cluster. Set up S3 backupStore. Create a volume of 2Gi and attach it to a pod. Write some data into it and compute md5sum. Open browser developer tool. Create one backup by clicking LH GUI (It’ll call snapshotCreate and snapshotBackup APIs). Copy the snapshotBackup API call, right click Copy -> Copy as cURL. Run the curl command over 1k times in the Shell. + + Test cases to reproduce attachment-detachment issues + https://longhorn.github.io/longhorn-tests/manual/test-cases-to-reproduce-attach-detach-issues/attachment-detachment-issues-reproducibility/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://longhorn.github.io/longhorn-tests/manual/test-cases-to-reproduce-attach-detach-issues/attachment-detachment-issues-reproducibility/ + Prerequisite: Have an environment with just with 2 worker nodes or taint 1 out of 3 worker node to be NoExecute & NoSchedule. This will serve as a constrained fallback and limited source of recovery in the event of failure. +1. Kill the engines and instance manager repeatedly Given 1 RWO and 1 RWX volume is attached to a pod. And Both the volumes have 2 replicas. And Random data is continuously being written to the volume using command dd if=/dev/urandom of=file1 count=100 bs=1M conv=fsync status=progress oflag=direct,sync + + Test CronJob For Volumes That Are Detached For A Long Time https://longhorn.github.io/longhorn-tests/manual/release-specific/v1.1.2/delete-cronjob-for-detached-volumes/ diff --git a/manual/functional-test-cases/backup/index.html b/manual/functional-test-cases/backup/index.html index d63c3e286d..b75bfeffc6 100644 --- a/manual/functional-test-cases/backup/index.html +++ b/manual/functional-test-cases/backup/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/functional-test-cases/deployment/index.html b/manual/functional-test-cases/deployment/index.html index a9d89e6fe1..67d2674b91 100644 --- a/manual/functional-test-cases/deployment/index.html +++ b/manual/functional-test-cases/deployment/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/functional-test-cases/index.html b/manual/functional-test-cases/index.html index 01322fae9c..2c5d1b1699 100644 --- a/manual/functional-test-cases/index.html +++ b/manual/functional-test-cases/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/functional-test-cases/kubernetes/index.html b/manual/functional-test-cases/kubernetes/index.html index 623e3f07d2..38f35e8827 100644 --- a/manual/functional-test-cases/kubernetes/index.html +++ b/manual/functional-test-cases/kubernetes/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/functional-test-cases/monitoring/index.html b/manual/functional-test-cases/monitoring/index.html index b9ab40d58a..eb7aa518fe 100644 --- a/manual/functional-test-cases/monitoring/index.html +++ b/manual/functional-test-cases/monitoring/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/functional-test-cases/node/index.html b/manual/functional-test-cases/node/index.html index 2d6670c83d..6f07ceb0fe 100644 --- a/manual/functional-test-cases/node/index.html +++ b/manual/functional-test-cases/node/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/functional-test-cases/scheduling/index.html b/manual/functional-test-cases/scheduling/index.html index 3db173bc34..850d456e87 100644 --- a/manual/functional-test-cases/scheduling/index.html +++ b/manual/functional-test-cases/scheduling/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/functional-test-cases/ui/index.html b/manual/functional-test-cases/ui/index.html index 2c10fca4cc..8ab6af8a1b 100644 --- a/manual/functional-test-cases/ui/index.html +++ b/manual/functional-test-cases/ui/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/functional-test-cases/upgrade/index.html b/manual/functional-test-cases/upgrade/index.html index 13797bc7bf..b78f33246f 100644 --- a/manual/functional-test-cases/upgrade/index.html +++ b/manual/functional-test-cases/upgrade/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/functional-test-cases/volume/index.html b/manual/functional-test-cases/volume/index.html index 6a056fcd94..9ad3d05ae4 100644 --- a/manual/functional-test-cases/volume/index.html +++ b/manual/functional-test-cases/volume/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/index.html b/manual/index.html index 25f95797f8..80dadf1a10 100644 --- a/manual/index.html +++ b/manual/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + @@ -1485,6 +1496,17 @@

    Test cases

    + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/backup-and-restore/concurrent-backup/index.html b/manual/pre-release/backup-and-restore/concurrent-backup/index.html index 78c549f66d..4f7ff2d08e 100644 --- a/manual/pre-release/backup-and-restore/concurrent-backup/index.html +++ b/manual/pre-release/backup-and-restore/concurrent-backup/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/backup-and-restore/dr-volume-live-upgrade-and-rebuild/index.html b/manual/pre-release/backup-and-restore/dr-volume-live-upgrade-and-rebuild/index.html index a7a30408fd..e97df8a417 100644 --- a/manual/pre-release/backup-and-restore/dr-volume-live-upgrade-and-rebuild/index.html +++ b/manual/pre-release/backup-and-restore/dr-volume-live-upgrade-and-rebuild/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/backup-and-restore/google-cloud-s3-interop-backups/index.html b/manual/pre-release/backup-and-restore/google-cloud-s3-interop-backups/index.html index 24247f24e2..0bab7de92b 100644 --- a/manual/pre-release/backup-and-restore/google-cloud-s3-interop-backups/index.html +++ b/manual/pre-release/backup-and-restore/google-cloud-s3-interop-backups/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/backup-and-restore/index.html b/manual/pre-release/backup-and-restore/index.html index 52ddbb496f..33ffdb8684 100644 --- a/manual/pre-release/backup-and-restore/index.html +++ b/manual/pre-release/backup-and-restore/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/backup-and-restore/pull-backup-created-by-another-longhorn/index.html b/manual/pre-release/backup-and-restore/pull-backup-created-by-another-longhorn/index.html index b740091c69..ae1bf6ba48 100644 --- a/manual/pre-release/backup-and-restore/pull-backup-created-by-another-longhorn/index.html +++ b/manual/pre-release/backup-and-restore/pull-backup-created-by-another-longhorn/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/basic-operations/index.html b/manual/pre-release/basic-operations/index.html index 16ccbe5937..ab1ddf5824 100644 --- a/manual/pre-release/basic-operations/index.html +++ b/manual/pre-release/basic-operations/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/basic-operations/snapshot-while-writing-data/index.html b/manual/pre-release/basic-operations/snapshot-while-writing-data/index.html index fa93d61e6a..1cf30ae8d9 100644 --- a/manual/pre-release/basic-operations/snapshot-while-writing-data/index.html +++ b/manual/pre-release/basic-operations/snapshot-while-writing-data/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/basic-operations/storage-network/index.html b/manual/pre-release/basic-operations/storage-network/index.html index 53ea2e577a..7a948f4127 100644 --- a/manual/pre-release/basic-operations/storage-network/index.html +++ b/manual/pre-release/basic-operations/storage-network/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/cluster-restore/index.html b/manual/pre-release/cluster-restore/index.html index 63fdf27a9c..5b1d680b35 100644 --- a/manual/pre-release/cluster-restore/index.html +++ b/manual/pre-release/cluster-restore/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/cluster-restore/restore-to-a-new-cluster/index.html b/manual/pre-release/cluster-restore/restore-to-a-new-cluster/index.html index 316c122c2c..99c9dcf768 100644 --- a/manual/pre-release/cluster-restore/restore-to-a-new-cluster/index.html +++ b/manual/pre-release/cluster-restore/restore-to-a-new-cluster/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/cluster-restore/restore-to-an-old-cluster/index.html b/manual/pre-release/cluster-restore/restore-to-an-old-cluster/index.html index 0d14555f6a..594079ed5c 100644 --- a/manual/pre-release/cluster-restore/restore-to-an-old-cluster/index.html +++ b/manual/pre-release/cluster-restore/restore-to-an-old-cluster/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/environment/cluster-using-customized-kubelet-root-directory/index.html b/manual/pre-release/environment/cluster-using-customized-kubelet-root-directory/index.html index fd81f401d6..3ae5397ccb 100644 --- a/manual/pre-release/environment/cluster-using-customized-kubelet-root-directory/index.html +++ b/manual/pre-release/environment/cluster-using-customized-kubelet-root-directory/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/environment/index.html b/manual/pre-release/environment/index.html index cbbe7fada9..11bf52ec48 100644 --- a/manual/pre-release/environment/index.html +++ b/manual/pre-release/environment/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/environment/k3s-selinux-compatibility/index.html b/manual/pre-release/environment/k3s-selinux-compatibility/index.html index 51f08767df..c2d9648867 100644 --- a/manual/pre-release/environment/k3s-selinux-compatibility/index.html +++ b/manual/pre-release/environment/k3s-selinux-compatibility/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/environment/rke2-cis-1.23-profile/index.html b/manual/pre-release/environment/rke2-cis-1.23-profile/index.html index 6f4b49f204..6028007ed8 100644 --- a/manual/pre-release/environment/rke2-cis-1.23-profile/index.html +++ b/manual/pre-release/environment/rke2-cis-1.23-profile/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/environment/rke2-cis-1.6-profile/index.html b/manual/pre-release/environment/rke2-cis-1.6-profile/index.html index 377157d0a4..82b6700270 100644 --- a/manual/pre-release/environment/rke2-cis-1.6-profile/index.html +++ b/manual/pre-release/environment/rke2-cis-1.6-profile/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/ha/backing-image-error-reporting-and-retry/index.html b/manual/pre-release/ha/backing-image-error-reporting-and-retry/index.html index 8328170bf4..0fb3a386e6 100644 --- a/manual/pre-release/ha/backing-image-error-reporting-and-retry/index.html +++ b/manual/pre-release/ha/backing-image-error-reporting-and-retry/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/ha/disk-migration-in-aws-asg/index.html b/manual/pre-release/ha/disk-migration-in-aws-asg/index.html index 5809733913..d7500b1885 100644 --- a/manual/pre-release/ha/disk-migration-in-aws-asg/index.html +++ b/manual/pre-release/ha/disk-migration-in-aws-asg/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/ha/ha-volume-migration/index.html b/manual/pre-release/ha/ha-volume-migration/index.html index 8c6437743a..2e2066ced1 100644 --- a/manual/pre-release/ha/ha-volume-migration/index.html +++ b/manual/pre-release/ha/ha-volume-migration/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/ha/index.html b/manual/pre-release/ha/index.html index 0a7636e912..fd5619640d 100644 --- a/manual/pre-release/ha/index.html +++ b/manual/pre-release/ha/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/ha/replica-rebuilding/index.html b/manual/pre-release/ha/replica-rebuilding/index.html index 40f01d2899..57baeabe34 100644 --- a/manual/pre-release/ha/replica-rebuilding/index.html +++ b/manual/pre-release/ha/replica-rebuilding/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/index.html b/manual/pre-release/index.html index 669d4bc433..b33eeb4d86 100644 --- a/manual/pre-release/index.html +++ b/manual/pre-release/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/aks/expand-volume/index.html b/manual/pre-release/managed-kubernetes-clusters/aks/expand-volume/index.html index 206afef827..29660a40f9 100644 --- a/manual/pre-release/managed-kubernetes-clusters/aks/expand-volume/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/aks/expand-volume/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/aks/index.html b/manual/pre-release/managed-kubernetes-clusters/aks/index.html index 85a012051a..2ac4122e7e 100644 --- a/manual/pre-release/managed-kubernetes-clusters/aks/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/aks/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/aks/upgrade-k8s/index.html b/manual/pre-release/managed-kubernetes-clusters/aks/upgrade-k8s/index.html index 007fba38f2..0a3cf0ffde 100644 --- a/manual/pre-release/managed-kubernetes-clusters/aks/upgrade-k8s/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/aks/upgrade-k8s/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/eks/add-extra-volume/index.html b/manual/pre-release/managed-kubernetes-clusters/eks/add-extra-volume/index.html index e95a059949..8d75cedd2b 100644 --- a/manual/pre-release/managed-kubernetes-clusters/eks/add-extra-volume/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/eks/add-extra-volume/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/eks/expand-volume/index.html b/manual/pre-release/managed-kubernetes-clusters/eks/expand-volume/index.html index 1f1c4448eb..886fc441ee 100644 --- a/manual/pre-release/managed-kubernetes-clusters/eks/expand-volume/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/eks/expand-volume/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/eks/index.html b/manual/pre-release/managed-kubernetes-clusters/eks/index.html index 572d2d5e7e..ebad745750 100644 --- a/manual/pre-release/managed-kubernetes-clusters/eks/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/eks/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/eks/upgrade-k8s/index.html b/manual/pre-release/managed-kubernetes-clusters/eks/upgrade-k8s/index.html index 94f1d1838b..f9be47dbd2 100644 --- a/manual/pre-release/managed-kubernetes-clusters/eks/upgrade-k8s/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/eks/upgrade-k8s/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/gke/expand-volume/index.html b/manual/pre-release/managed-kubernetes-clusters/gke/expand-volume/index.html index 403400600f..5985955506 100644 --- a/manual/pre-release/managed-kubernetes-clusters/gke/expand-volume/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/gke/expand-volume/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/gke/index.html b/manual/pre-release/managed-kubernetes-clusters/gke/index.html index 1cf6769c02..fa08869320 100644 --- a/manual/pre-release/managed-kubernetes-clusters/gke/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/gke/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/gke/upgrade-k8s/index.html b/manual/pre-release/managed-kubernetes-clusters/gke/upgrade-k8s/index.html index 7a8d26c6e4..8fcf85383d 100644 --- a/manual/pre-release/managed-kubernetes-clusters/gke/upgrade-k8s/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/gke/upgrade-k8s/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/managed-kubernetes-clusters/index.html b/manual/pre-release/managed-kubernetes-clusters/index.html index 5dce206691..18571afc15 100644 --- a/manual/pre-release/managed-kubernetes-clusters/index.html +++ b/manual/pre-release/managed-kubernetes-clusters/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/index.html b/manual/pre-release/node-not-ready/index.html index 0b15220a28..43d7faf278 100644 --- a/manual/pre-release/node-not-ready/index.html +++ b/manual/pre-release/node-not-ready/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/kubelet-restart/index.html b/manual/pre-release/node-not-ready/kubelet-restart/index.html index 43259ebdef..6242ecf5b1 100644 --- a/manual/pre-release/node-not-ready/kubelet-restart/index.html +++ b/manual/pre-release/node-not-ready/kubelet-restart/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/kubelet-restart/kubelet-restart-on-a-node/index.html b/manual/pre-release/node-not-ready/kubelet-restart/kubelet-restart-on-a-node/index.html index 86f4798777..16d3a4750d 100644 --- a/manual/pre-release/node-not-ready/kubelet-restart/kubelet-restart-on-a-node/index.html +++ b/manual/pre-release/node-not-ready/kubelet-restart/kubelet-restart-on-a-node/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-disconnection/index.html b/manual/pre-release/node-not-ready/node-disconnection/index.html index 04a8ba52f5..599d7b8561 100644 --- a/manual/pre-release/node-not-ready/node-disconnection/index.html +++ b/manual/pre-release/node-not-ready/node-disconnection/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-disconnection/node-disconnection/index.html b/manual/pre-release/node-not-ready/node-disconnection/node-disconnection/index.html index ae061d0971..f76a3e90b0 100644 --- a/manual/pre-release/node-not-ready/node-disconnection/node-disconnection/index.html +++ b/manual/pre-release/node-not-ready/node-disconnection/node-disconnection/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-down/backing-image-on-a-down-node/index.html b/manual/pre-release/node-not-ready/node-down/backing-image-on-a-down-node/index.html index 0e6eb78f8a..dea141cf1d 100644 --- a/manual/pre-release/node-not-ready/node-down/backing-image-on-a-down-node/index.html +++ b/manual/pre-release/node-not-ready/node-down/backing-image-on-a-down-node/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-down/index.html b/manual/pre-release/node-not-ready/node-down/index.html index 2ce77eebba..9c327efb9f 100644 --- a/manual/pre-release/node-not-ready/node-down/index.html +++ b/manual/pre-release/node-not-ready/node-down/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-down/node-deletion/index.html b/manual/pre-release/node-not-ready/node-down/node-deletion/index.html index 7dcf469865..9d73002b15 100644 --- a/manual/pre-release/node-not-ready/node-down/node-deletion/index.html +++ b/manual/pre-release/node-not-ready/node-down/node-deletion/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-down/node-drain-deletion/index.html b/manual/pre-release/node-not-ready/node-down/node-drain-deletion/index.html index f84800162c..0bdec590cc 100644 --- a/manual/pre-release/node-not-ready/node-down/node-drain-deletion/index.html +++ b/manual/pre-release/node-not-ready/node-down/node-drain-deletion/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-down/physical-node-down/index.html b/manual/pre-release/node-not-ready/node-down/physical-node-down/index.html index afe45f9a45..46b0599cef 100644 --- a/manual/pre-release/node-not-ready/node-down/physical-node-down/index.html +++ b/manual/pre-release/node-not-ready/node-down/physical-node-down/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-down/restore-volume-node-down/index.html b/manual/pre-release/node-not-ready/node-down/restore-volume-node-down/index.html index 7998c7d467..e3ad966457 100644 --- a/manual/pre-release/node-not-ready/node-down/restore-volume-node-down/index.html +++ b/manual/pre-release/node-not-ready/node-down/restore-volume-node-down/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-down/single-replica-node-down/index.html b/manual/pre-release/node-not-ready/node-down/single-replica-node-down/index.html index b38103b86d..9099d2d272 100644 --- a/manual/pre-release/node-not-ready/node-down/single-replica-node-down/index.html +++ b/manual/pre-release/node-not-ready/node-down/single-replica-node-down/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-restart/dr-volume-node-rebooted/index.html b/manual/pre-release/node-not-ready/node-restart/dr-volume-node-rebooted/index.html index f051131cf0..6f855c3bbc 100644 --- a/manual/pre-release/node-not-ready/node-restart/dr-volume-node-rebooted/index.html +++ b/manual/pre-release/node-not-ready/node-restart/dr-volume-node-rebooted/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-restart/index.html b/manual/pre-release/node-not-ready/node-restart/index.html index 41516fee19..f35554617c 100644 --- a/manual/pre-release/node-not-ready/node-restart/index.html +++ b/manual/pre-release/node-not-ready/node-restart/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node-not-ready/node-restart/physical-node-reboot/index.html b/manual/pre-release/node-not-ready/node-restart/physical-node-reboot/index.html index fd3ffa7f68..ca96730332 100644 --- a/manual/pre-release/node-not-ready/node-restart/physical-node-reboot/index.html +++ b/manual/pre-release/node-not-ready/node-restart/physical-node-reboot/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node/degraded-availability/index.html b/manual/pre-release/node/degraded-availability/index.html index ff44a28911..2c8e4143bb 100644 --- a/manual/pre-release/node/degraded-availability/index.html +++ b/manual/pre-release/node/degraded-availability/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node/improve-node-failure-handling/index.html b/manual/pre-release/node/improve-node-failure-handling/index.html index 0399a3b2f8..2ce65ff75e 100644 --- a/manual/pre-release/node/improve-node-failure-handling/index.html +++ b/manual/pre-release/node/improve-node-failure-handling/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/node/index.html b/manual/pre-release/node/index.html index 9c594e2e4d..aadfd991df 100644 --- a/manual/pre-release/node/index.html +++ b/manual/pre-release/node/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/resiliency/index.html b/manual/pre-release/resiliency/index.html index 7a9830c49e..8f2568d727 100644 --- a/manual/pre-release/resiliency/index.html +++ b/manual/pre-release/resiliency/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/resiliency/pvc_provisioning_with_insufficient_storage/index.html b/manual/pre-release/resiliency/pvc_provisioning_with_insufficient_storage/index.html index cdfd2a6170..3387c8f833 100644 --- a/manual/pre-release/resiliency/pvc_provisioning_with_insufficient_storage/index.html +++ b/manual/pre-release/resiliency/pvc_provisioning_with_insufficient_storage/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/resiliency/simulated-slow-disk/index.html b/manual/pre-release/resiliency/simulated-slow-disk/index.html index 3fe66bba82..99f730f7e6 100644 --- a/manual/pre-release/resiliency/simulated-slow-disk/index.html +++ b/manual/pre-release/resiliency/simulated-slow-disk/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/resiliency/test-longhorn-component-recovery/index.html b/manual/pre-release/resiliency/test-longhorn-component-recovery/index.html index 79216f5975..339511378c 100644 --- a/manual/pre-release/resiliency/test-longhorn-component-recovery/index.html +++ b/manual/pre-release/resiliency/test-longhorn-component-recovery/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/resiliency/timeout/index.html b/manual/pre-release/resiliency/timeout/index.html index 973e8ad865..9854027c0d 100644 --- a/manual/pre-release/resiliency/timeout/index.html +++ b/manual/pre-release/resiliency/timeout/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/stability/checksum-enabled-large-volume/index.html b/manual/pre-release/stability/checksum-enabled-large-volume/index.html index b4e4160ab6..50407be2c4 100644 --- a/manual/pre-release/stability/checksum-enabled-large-volume/index.html +++ b/manual/pre-release/stability/checksum-enabled-large-volume/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/stability/index.html b/manual/pre-release/stability/index.html index f4aa0ad715..46a0bc2ae0 100644 --- a/manual/pre-release/stability/index.html +++ b/manual/pre-release/stability/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/stability/multiple-installation/index.html b/manual/pre-release/stability/multiple-installation/index.html index ac9501b40b..0de5d0f7df 100644 --- a/manual/pre-release/stability/multiple-installation/index.html +++ b/manual/pre-release/stability/multiple-installation/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/stress/backup-listing/index.html b/manual/pre-release/stress/backup-listing/index.html index 9c02b016fa..3b82856c9a 100644 --- a/manual/pre-release/stress/backup-listing/index.html +++ b/manual/pre-release/stress/backup-listing/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/uninstallation/uninstallation-checks/index.html b/manual/pre-release/uninstallation/uninstallation-checks/index.html index 376873dafc..3ea6afae90 100644 --- a/manual/pre-release/uninstallation/uninstallation-checks/index.html +++ b/manual/pre-release/uninstallation/uninstallation-checks/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/auto-upgrade-engine/index.html b/manual/pre-release/upgrade/auto-upgrade-engine/index.html index c956582759..ec5b469ee8 100644 --- a/manual/pre-release/upgrade/auto-upgrade-engine/index.html +++ b/manual/pre-release/upgrade/auto-upgrade-engine/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/backing-image-during-upgrade/index.html b/manual/pre-release/upgrade/backing-image-during-upgrade/index.html index d5355c087b..ef311916a3 100644 --- a/manual/pre-release/upgrade/backing-image-during-upgrade/index.html +++ b/manual/pre-release/upgrade/backing-image-during-upgrade/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/engine-crash-during-live-upgrade/index.html b/manual/pre-release/upgrade/engine-crash-during-live-upgrade/index.html index 0741a705a2..cce89b0cf0 100644 --- a/manual/pre-release/upgrade/engine-crash-during-live-upgrade/index.html +++ b/manual/pre-release/upgrade/engine-crash-during-live-upgrade/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/index.html b/manual/pre-release/upgrade/index.html index 64c22c8454..11f421c802 100644 --- a/manual/pre-release/upgrade/index.html +++ b/manual/pre-release/upgrade/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/kubernetes-upgrade-test/index.html b/manual/pre-release/upgrade/kubernetes-upgrade-test/index.html index e6a29cfaa1..4642a8ad03 100644 --- a/manual/pre-release/upgrade/kubernetes-upgrade-test/index.html +++ b/manual/pre-release/upgrade/kubernetes-upgrade-test/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/longhorn-upgrade-test/index.html b/manual/pre-release/upgrade/longhorn-upgrade-test/index.html index 7158477f7e..dd7894b7a5 100644 --- a/manual/pre-release/upgrade/longhorn-upgrade-test/index.html +++ b/manual/pre-release/upgrade/longhorn-upgrade-test/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/test-node-drain-policy/index.html b/manual/pre-release/upgrade/test-node-drain-policy/index.html index 50fda921a5..ebf59cb284 100644 --- a/manual/pre-release/upgrade/test-node-drain-policy/index.html +++ b/manual/pre-release/upgrade/test-node-drain-policy/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/update_csi_components_when_images_change/index.html b/manual/pre-release/upgrade/update_csi_components_when_images_change/index.html index 6c7a921c0d..04a883c11a 100644 --- a/manual/pre-release/upgrade/update_csi_components_when_images_change/index.html +++ b/manual/pre-release/upgrade/update_csi_components_when_images_change/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/upgrade-conflict-handling/index.html b/manual/pre-release/upgrade/upgrade-conflict-handling/index.html index a782d90e6e..7113e6e0a3 100644 --- a/manual/pre-release/upgrade/upgrade-conflict-handling/index.html +++ b/manual/pre-release/upgrade/upgrade-conflict-handling/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/upgrade-with-customized-storage-class/index.html b/manual/pre-release/upgrade/upgrade-with-customized-storage-class/index.html index 0055dc0c4b..96bb5c1de1 100644 --- a/manual/pre-release/upgrade/upgrade-with-customized-storage-class/index.html +++ b/manual/pre-release/upgrade/upgrade-with-customized-storage-class/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/pre-release/upgrade/upgrade-with-new-instance-manager/index.html b/manual/pre-release/upgrade/upgrade-with-new-instance-manager/index.html index 6126c2e73a..e9ca701db6 100644 --- a/manual/pre-release/upgrade/upgrade-with-new-instance-manager/index.html +++ b/manual/pre-release/upgrade/upgrade-with-new-instance-manager/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/rancher-integration/access-lh-gui-using-rancher-ui/index.html b/manual/rancher-integration/access-lh-gui-using-rancher-ui/index.html index c6af32d675..9e251d1747 100644 --- a/manual/rancher-integration/access-lh-gui-using-rancher-ui/index.html +++ b/manual/rancher-integration/access-lh-gui-using-rancher-ui/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/rancher-integration/drain-using-rancher-ui/index.html b/manual/rancher-integration/drain-using-rancher-ui/index.html index b044442e05..e705d7819f 100644 --- a/manual/rancher-integration/drain-using-rancher-ui/index.html +++ b/manual/rancher-integration/drain-using-rancher-ui/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/rancher-integration/fleet-deploy/index.html b/manual/rancher-integration/fleet-deploy/index.html index 352b1bbbd4..03676c5328 100644 --- a/manual/rancher-integration/fleet-deploy/index.html +++ b/manual/rancher-integration/fleet-deploy/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/rancher-integration/index.html b/manual/rancher-integration/index.html index de9263235d..0727e2e230 100644 --- a/manual/rancher-integration/index.html +++ b/manual/rancher-integration/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/rancher-integration/lh-hardend-rancher/index.html b/manual/rancher-integration/lh-hardend-rancher/index.html index b39edb556e..729d797f65 100644 --- a/manual/rancher-integration/lh-hardend-rancher/index.html +++ b/manual/rancher-integration/lh-hardend-rancher/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/rancher-integration/upgrade-using-rancher-ui/index.html b/manual/rancher-integration/upgrade-using-rancher-ui/index.html index b42aa3cc53..1f0dd6956b 100644 --- a/manual/rancher-integration/upgrade-using-rancher-ui/index.html +++ b/manual/rancher-integration/upgrade-using-rancher-ui/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/rancher-integration/upgrade-using-suc/index.html b/manual/rancher-integration/upgrade-using-suc/index.html index f1496455b8..d1aada0f5c 100644 --- a/manual/rancher-integration/upgrade-using-suc/index.html +++ b/manual/rancher-integration/upgrade-using-suc/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/index.html b/manual/release-specific/index.html index 06a3c4454f..1167a14655 100644 --- a/manual/release-specific/index.html +++ b/manual/release-specific/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.0/index.html b/manual/release-specific/v1.0.0/index.html index 44693a5776..b6b92a7c88 100644 --- a/manual/release-specific/v1.0.0/index.html +++ b/manual/release-specific/v1.0.0/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.0/new-node-custom-data-directory/index.html b/manual/release-specific/v1.0.0/new-node-custom-data-directory/index.html index c43ca47df8..3aa3a61b98 100644 --- a/manual/release-specific/v1.0.0/new-node-custom-data-directory/index.html +++ b/manual/release-specific/v1.0.0/new-node-custom-data-directory/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-custom-fs-params-1/index.html b/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-custom-fs-params-1/index.html index 5843c82197..041929ebad 100644 --- a/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-custom-fs-params-1/index.html +++ b/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-custom-fs-params-1/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-custom-fs-params-2/index.html b/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-custom-fs-params-2/index.html index e96b7f146d..7dff11a17a 100644 --- a/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-custom-fs-params-2/index.html +++ b/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-custom-fs-params-2/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-no-custom-fs-params/index.html b/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-no-custom-fs-params/index.html index 93c3c1ea12..1844b39a78 100644 --- a/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-no-custom-fs-params/index.html +++ b/manual/release-specific/v1.0.0/suse-sles12sp3/ext4-no-custom-fs-params/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.0/suse-sles12sp3/index.html b/manual/release-specific/v1.0.0/suse-sles12sp3/index.html index d65fdb9cbc..3406f64fb3 100644 --- a/manual/release-specific/v1.0.0/suse-sles12sp3/index.html +++ b/manual/release-specific/v1.0.0/suse-sles12sp3/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.0/suse-sles12sp3/xfs-after-custom-fs-params/index.html b/manual/release-specific/v1.0.0/suse-sles12sp3/xfs-after-custom-fs-params/index.html index 5b5f6459a9..513219dcb7 100644 --- a/manual/release-specific/v1.0.0/suse-sles12sp3/xfs-after-custom-fs-params/index.html +++ b/manual/release-specific/v1.0.0/suse-sles12sp3/xfs-after-custom-fs-params/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/besteffort-recurring-job/index.html b/manual/release-specific/v1.0.1/besteffort-recurring-job/index.html index 57ddf4a52e..122d309ae7 100644 --- a/manual/release-specific/v1.0.1/besteffort-recurring-job/index.html +++ b/manual/release-specific/v1.0.1/besteffort-recurring-job/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/change-imagepullpolicy/index.html b/manual/release-specific/v1.0.1/change-imagepullpolicy/index.html index f5bbe7938a..989cc19280 100644 --- a/manual/release-specific/v1.0.1/change-imagepullpolicy/index.html +++ b/manual/release-specific/v1.0.1/change-imagepullpolicy/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/dr-volume-latest-backup-deletion/index.html b/manual/release-specific/v1.0.1/dr-volume-latest-backup-deletion/index.html index e704ccea98..4536bd31bb 100644 --- a/manual/release-specific/v1.0.1/dr-volume-latest-backup-deletion/index.html +++ b/manual/release-specific/v1.0.1/dr-volume-latest-backup-deletion/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/error-fail-remount/index.html b/manual/release-specific/v1.0.1/error-fail-remount/index.html index 3daa6fe0b5..237335f95f 100644 --- a/manual/release-specific/v1.0.1/error-fail-remount/index.html +++ b/manual/release-specific/v1.0.1/error-fail-remount/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/index.html b/manual/release-specific/v1.0.1/index.html index 6c3e05eeb0..7a6f43a26b 100644 --- a/manual/release-specific/v1.0.1/index.html +++ b/manual/release-specific/v1.0.1/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/nfsv4-enforcement/index.html b/manual/release-specific/v1.0.1/nfsv4-enforcement/index.html index 218df60673..c724ff6501 100644 --- a/manual/release-specific/v1.0.1/nfsv4-enforcement/index.html +++ b/manual/release-specific/v1.0.1/nfsv4-enforcement/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/priorityclass-default-setting/index.html b/manual/release-specific/v1.0.1/priorityclass-default-setting/index.html index 471f95bba1..9ac87c5487 100644 --- a/manual/release-specific/v1.0.1/priorityclass-default-setting/index.html +++ b/manual/release-specific/v1.0.1/priorityclass-default-setting/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/test-s3-access-style/index.html b/manual/release-specific/v1.0.1/test-s3-access-style/index.html index 502e95c8ae..855d3b17ad 100644 --- a/manual/release-specific/v1.0.1/test-s3-access-style/index.html +++ b/manual/release-specific/v1.0.1/test-s3-access-style/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/test-s3-backupstore/index.html b/manual/release-specific/v1.0.1/test-s3-backupstore/index.html index aa5ff83be3..0d63356f12 100644 --- a/manual/release-specific/v1.0.1/test-s3-backupstore/index.html +++ b/manual/release-specific/v1.0.1/test-s3-backupstore/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.1/ui-volume-deletion/index.html b/manual/release-specific/v1.0.1/ui-volume-deletion/index.html index 99d7686ad4..c75f74b4f7 100644 --- a/manual/release-specific/v1.0.1/ui-volume-deletion/index.html +++ b/manual/release-specific/v1.0.1/ui-volume-deletion/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.2/index.html b/manual/release-specific/v1.0.2/index.html index 5ddb40d4cc..58c23ec51a 100644 --- a/manual/release-specific/v1.0.2/index.html +++ b/manual/release-specific/v1.0.2/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.0.2/upgrade-lease-lock/index.html b/manual/release-specific/v1.0.2/upgrade-lease-lock/index.html index e0454ea8fa..ab8df10ddd 100644 --- a/manual/release-specific/v1.0.2/upgrade-lease-lock/index.html +++ b/manual/release-specific/v1.0.2/upgrade-lease-lock/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/additional-printer-columns/index.html b/manual/release-specific/v1.1.0/additional-printer-columns/index.html index 045ab4594b..e13c6de47a 100644 --- a/manual/release-specific/v1.1.0/additional-printer-columns/index.html +++ b/manual/release-specific/v1.1.0/additional-printer-columns/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/index.html b/manual/release-specific/v1.1.0/index.html index d9edfe7c05..0b88e80e9e 100644 --- a/manual/release-specific/v1.1.0/index.html +++ b/manual/release-specific/v1.1.0/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/instance-manager-ip-sync/index.html b/manual/release-specific/v1.1.0/instance-manager-ip-sync/index.html index 09da15913c..f7e76fe579 100644 --- a/manual/release-specific/v1.1.0/instance-manager-ip-sync/index.html +++ b/manual/release-specific/v1.1.0/instance-manager-ip-sync/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/iscsi_installation/index.html b/manual/release-specific/v1.1.0/iscsi_installation/index.html index f082846dbf..116f3cb996 100644 --- a/manual/release-specific/v1.1.0/iscsi_installation/index.html +++ b/manual/release-specific/v1.1.0/iscsi_installation/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/kubelet_volume_metrics/index.html b/manual/release-specific/v1.1.0/kubelet_volume_metrics/index.html index 27e96559a3..8c77130cd3 100644 --- a/manual/release-specific/v1.1.0/kubelet_volume_metrics/index.html +++ b/manual/release-specific/v1.1.0/kubelet_volume_metrics/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/prometheus_support/index.html b/manual/release-specific/v1.1.0/prometheus_support/index.html index b514bb0b9b..f48bac68d3 100644 --- a/manual/release-specific/v1.1.0/prometheus_support/index.html +++ b/manual/release-specific/v1.1.0/prometheus_support/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/recurring-backup-job-interruptions/index.html b/manual/release-specific/v1.1.0/recurring-backup-job-interruptions/index.html index 74db22c89d..5ae26b49b7 100644 --- a/manual/release-specific/v1.1.0/recurring-backup-job-interruptions/index.html +++ b/manual/release-specific/v1.1.0/recurring-backup-job-interruptions/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/reusing-failed-replica-for-rebuilding/index.html b/manual/release-specific/v1.1.0/reusing-failed-replica-for-rebuilding/index.html index 5642ba2f9f..dd7f3e123d 100644 --- a/manual/release-specific/v1.1.0/reusing-failed-replica-for-rebuilding/index.html +++ b/manual/release-specific/v1.1.0/reusing-failed-replica-for-rebuilding/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/rwx_feature/index.html b/manual/release-specific/v1.1.0/rwx_feature/index.html index 83034dbe7c..716f9b3cdc 100644 --- a/manual/release-specific/v1.1.0/rwx_feature/index.html +++ b/manual/release-specific/v1.1.0/rwx_feature/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/uninstallation/index.html b/manual/release-specific/v1.1.0/uninstallation/index.html index 0b2ec2fe9d..cfa1890cb1 100644 --- a/manual/release-specific/v1.1.0/uninstallation/index.html +++ b/manual/release-specific/v1.1.0/uninstallation/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.0/upgrade_with_modified_storageclass/index.html b/manual/release-specific/v1.1.0/upgrade_with_modified_storageclass/index.html index b82293f15e..caacf51ff5 100644 --- a/manual/release-specific/v1.1.0/upgrade_with_modified_storageclass/index.html +++ b/manual/release-specific/v1.1.0/upgrade_with_modified_storageclass/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/csi-sanity-check/index.html b/manual/release-specific/v1.1.1/csi-sanity-check/index.html index 8439896a17..a711fbab0d 100644 --- a/manual/release-specific/v1.1.1/csi-sanity-check/index.html +++ b/manual/release-specific/v1.1.1/csi-sanity-check/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/delete-node/index.html b/manual/release-specific/v1.1.1/delete-node/index.html index 925d3ba544..f57d1634ff 100644 --- a/manual/release-specific/v1.1.1/delete-node/index.html +++ b/manual/release-specific/v1.1.1/delete-node/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/disable_ipv6/index.html b/manual/release-specific/v1.1.1/disable_ipv6/index.html index 083bb7ba13..600a190358 100644 --- a/manual/release-specific/v1.1.1/disable_ipv6/index.html +++ b/manual/release-specific/v1.1.1/disable_ipv6/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/index.html b/manual/release-specific/v1.1.1/index.html index 3c818f54df..3cab0142f1 100644 --- a/manual/release-specific/v1.1.1/index.html +++ b/manual/release-specific/v1.1.1/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/partial-engine-deployment/index.html b/manual/release-specific/v1.1.1/partial-engine-deployment/index.html index 33eefda6ac..07114c88d1 100644 --- a/manual/release-specific/v1.1.1/partial-engine-deployment/index.html +++ b/manual/release-specific/v1.1.1/partial-engine-deployment/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/rwx-mount-ownership-reset/index.html b/manual/release-specific/v1.1.1/rwx-mount-ownership-reset/index.html index e2fb714583..ea351e4b6d 100644 --- a/manual/release-specific/v1.1.1/rwx-mount-ownership-reset/index.html +++ b/manual/release-specific/v1.1.1/rwx-mount-ownership-reset/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/snapshot-purge-error-handling/index.html b/manual/release-specific/v1.1.1/snapshot-purge-error-handling/index.html index 0379780954..34e0787ee8 100644 --- a/manual/release-specific/v1.1.1/snapshot-purge-error-handling/index.html +++ b/manual/release-specific/v1.1.1/snapshot-purge-error-handling/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/system-upgrade-with-deprecated-cpu-setting/index.html b/manual/release-specific/v1.1.1/system-upgrade-with-deprecated-cpu-setting/index.html index 48f12c06b2..2e7f1fd4bf 100644 --- a/manual/release-specific/v1.1.1/system-upgrade-with-deprecated-cpu-setting/index.html +++ b/manual/release-specific/v1.1.1/system-upgrade-with-deprecated-cpu-setting/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/test-file-sync-cancellation/index.html b/manual/release-specific/v1.1.1/test-file-sync-cancellation/index.html index 1a5613d149..9257eb55ff 100644 --- a/manual/release-specific/v1.1.1/test-file-sync-cancellation/index.html +++ b/manual/release-specific/v1.1.1/test-file-sync-cancellation/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/test-node-selector/index.html b/manual/release-specific/v1.1.1/test-node-selector/index.html index 4eaa9e329d..46121657fc 100644 --- a/manual/release-specific/v1.1.1/test-node-selector/index.html +++ b/manual/release-specific/v1.1.1/test-node-selector/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/test-service-account-mount/index.html b/manual/release-specific/v1.1.1/test-service-account-mount/index.html index 12dc6da804..a00252a2b5 100644 --- a/manual/release-specific/v1.1.1/test-service-account-mount/index.html +++ b/manual/release-specific/v1.1.1/test-service-account-mount/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/tolerations_priorityclass_setting/index.html b/manual/release-specific/v1.1.1/tolerations_priorityclass_setting/index.html index 36d45d826b..2e864b0ca7 100644 --- a/manual/release-specific/v1.1.1/tolerations_priorityclass_setting/index.html +++ b/manual/release-specific/v1.1.1/tolerations_priorityclass_setting/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.1/ws-traffic-flood/index.html b/manual/release-specific/v1.1.1/ws-traffic-flood/index.html index 5a655e6f69..2504395172 100644 --- a/manual/release-specific/v1.1.1/ws-traffic-flood/index.html +++ b/manual/release-specific/v1.1.1/ws-traffic-flood/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.2/delete-cronjob-for-detached-volumes/index.html b/manual/release-specific/v1.1.2/delete-cronjob-for-detached-volumes/index.html index 9944784253..c34b367e63 100644 --- a/manual/release-specific/v1.1.2/delete-cronjob-for-detached-volumes/index.html +++ b/manual/release-specific/v1.1.2/delete-cronjob-for-detached-volumes/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.2/full-ws-data-tranfer-when-no-updates/index.html b/manual/release-specific/v1.1.2/full-ws-data-tranfer-when-no-updates/index.html index 8ece915dc6..b037238fb0 100644 --- a/manual/release-specific/v1.1.2/full-ws-data-tranfer-when-no-updates/index.html +++ b/manual/release-specific/v1.1.2/full-ws-data-tranfer-when-no-updates/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.2/index.html b/manual/release-specific/v1.1.2/index.html index 6d4b1ff07c..cf90e0b60f 100644 --- a/manual/release-specific/v1.1.2/index.html +++ b/manual/release-specific/v1.1.2/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.1.2/instance-manager-streaming-connection-recovery/index.html b/manual/release-specific/v1.1.2/instance-manager-streaming-connection-recovery/index.html index cbb5f6fc0a..1c47c7b52c 100644 --- a/manual/release-specific/v1.1.2/instance-manager-streaming-connection-recovery/index.html +++ b/manual/release-specific/v1.1.2/instance-manager-streaming-connection-recovery/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.0/backup-creation-with-old-engine-image/index.html b/manual/release-specific/v1.2.0/backup-creation-with-old-engine-image/index.html index e81c4b2414..a269ad6ce6 100644 --- a/manual/release-specific/v1.2.0/backup-creation-with-old-engine-image/index.html +++ b/manual/release-specific/v1.2.0/backup-creation-with-old-engine-image/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.0/index.html b/manual/release-specific/v1.2.0/index.html index 2536b3f09f..325b7c90f3 100644 --- a/manual/release-specific/v1.2.0/index.html +++ b/manual/release-specific/v1.2.0/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.0/label-driven-recurring-job/index.html b/manual/release-specific/v1.2.0/label-driven-recurring-job/index.html index c981bbb433..244a2d31b5 100644 --- a/manual/release-specific/v1.2.0/label-driven-recurring-job/index.html +++ b/manual/release-specific/v1.2.0/label-driven-recurring-job/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.0/test-backing-image-upload/index.html b/manual/release-specific/v1.2.0/test-backing-image-upload/index.html index 7f4ab65f12..6b18773dfc 100644 --- a/manual/release-specific/v1.2.0/test-backing-image-upload/index.html +++ b/manual/release-specific/v1.2.0/test-backing-image-upload/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.0/test-instance-manager-cleanup-during-uninstall/index.html b/manual/release-specific/v1.2.0/test-instance-manager-cleanup-during-uninstall/index.html index 33255885e5..3da276ab1f 100644 --- a/manual/release-specific/v1.2.0/test-instance-manager-cleanup-during-uninstall/index.html +++ b/manual/release-specific/v1.2.0/test-instance-manager-cleanup-during-uninstall/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.0/test_version_bump/index.html b/manual/release-specific/v1.2.0/test_version_bump/index.html index 543256c2cf..ad4b4fb74b 100644 --- a/manual/release-specific/v1.2.0/test_version_bump/index.html +++ b/manual/release-specific/v1.2.0/test_version_bump/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.3/index.html b/manual/release-specific/v1.2.3/index.html index 5687e3ee2f..a9b9f6ba5b 100644 --- a/manual/release-specific/v1.2.3/index.html +++ b/manual/release-specific/v1.2.3/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.3/test-backing-image-checksum-mismatching/index.html b/manual/release-specific/v1.2.3/test-backing-image-checksum-mismatching/index.html index ba6dabd623..b80e5dd364 100644 --- a/manual/release-specific/v1.2.3/test-backing-image-checksum-mismatching/index.html +++ b/manual/release-specific/v1.2.3/test-backing-image-checksum-mismatching/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.3/test-backing-image-space-usage/index.html b/manual/release-specific/v1.2.3/test-backing-image-space-usage/index.html index 5d15237b13..f603d79e1b 100644 --- a/manual/release-specific/v1.2.3/test-backing-image-space-usage/index.html +++ b/manual/release-specific/v1.2.3/test-backing-image-space-usage/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.2.3/test-scalability-with-backing-image/index.html b/manual/release-specific/v1.2.3/test-scalability-with-backing-image/index.html index 8a3c4aafce..e75bbb17e9 100644 --- a/manual/release-specific/v1.2.3/test-scalability-with-backing-image/index.html +++ b/manual/release-specific/v1.2.3/test-scalability-with-backing-image/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/extend_csi_snapshot_support/index.html b/manual/release-specific/v1.3.0/extend_csi_snapshot_support/index.html index 9a449cb8da..084630175d 100644 --- a/manual/release-specific/v1.3.0/extend_csi_snapshot_support/index.html +++ b/manual/release-specific/v1.3.0/extend_csi_snapshot_support/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/index.html b/manual/release-specific/v1.3.0/index.html index a327ea8af4..105d206e6b 100644 --- a/manual/release-specific/v1.3.0/index.html +++ b/manual/release-specific/v1.3.0/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/test-backing-image-download-to-local/index.html b/manual/release-specific/v1.3.0/test-backing-image-download-to-local/index.html index 1ae60a0b40..01e9c26fd1 100644 --- a/manual/release-specific/v1.3.0/test-backing-image-download-to-local/index.html +++ b/manual/release-specific/v1.3.0/test-backing-image-download-to-local/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/test-grpc-proxy/index.html b/manual/release-specific/v1.3.0/test-grpc-proxy/index.html index 0fc4576aa8..d3717e1b6d 100644 --- a/manual/release-specific/v1.3.0/test-grpc-proxy/index.html +++ b/manual/release-specific/v1.3.0/test-grpc-proxy/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/test-helm-uninstall-different-namespace/index.html b/manual/release-specific/v1.3.0/test-helm-uninstall-different-namespace/index.html index 51dc126b68..daec82ad0b 100644 --- a/manual/release-specific/v1.3.0/test-helm-uninstall-different-namespace/index.html +++ b/manual/release-specific/v1.3.0/test-helm-uninstall-different-namespace/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/test-instance-manager-npe/index.html b/manual/release-specific/v1.3.0/test-instance-manager-npe/index.html index fc402cf89d..40f531bfee 100644 --- a/manual/release-specific/v1.3.0/test-instance-manager-npe/index.html +++ b/manual/release-specific/v1.3.0/test-instance-manager-npe/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/test-longhorn-manager-npe/index.html b/manual/release-specific/v1.3.0/test-longhorn-manager-npe/index.html index 400e3c2230..cbf05d624a 100644 --- a/manual/release-specific/v1.3.0/test-longhorn-manager-npe/index.html +++ b/manual/release-specific/v1.3.0/test-longhorn-manager-npe/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/test-longhorn-manager-starting-scalability/index.html b/manual/release-specific/v1.3.0/test-longhorn-manager-starting-scalability/index.html index 5e4cd7d439..6b40306b59 100644 --- a/manual/release-specific/v1.3.0/test-longhorn-manager-starting-scalability/index.html +++ b/manual/release-specific/v1.3.0/test-longhorn-manager-starting-scalability/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/test-npe-when-longhorn-ui-deployment-not-exist/index.html b/manual/release-specific/v1.3.0/test-npe-when-longhorn-ui-deployment-not-exist/index.html index 71e4c95640..9885b85fd2 100644 --- a/manual/release-specific/v1.3.0/test-npe-when-longhorn-ui-deployment-not-exist/index.html +++ b/manual/release-specific/v1.3.0/test-npe-when-longhorn-ui-deployment-not-exist/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/test-snapshot-purge-retry/index.html b/manual/release-specific/v1.3.0/test-snapshot-purge-retry/index.html index b776acb97f..66dfde3082 100644 --- a/manual/release-specific/v1.3.0/test-snapshot-purge-retry/index.html +++ b/manual/release-specific/v1.3.0/test-snapshot-purge-retry/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.0/test-storage-network/index.html b/manual/release-specific/v1.3.0/test-storage-network/index.html index 87489dde1f..dfbfb3ee02 100644 --- a/manual/release-specific/v1.3.0/test-storage-network/index.html +++ b/manual/release-specific/v1.3.0/test-storage-network/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.1/index.html b/manual/release-specific/v1.3.1/index.html index 8dc1898803..85ad25c724 100644 --- a/manual/release-specific/v1.3.1/index.html +++ b/manual/release-specific/v1.3.1/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.3.1/test-backing-image-download-to-local/index.html b/manual/release-specific/v1.3.1/test-backing-image-download-to-local/index.html index 33fda65d91..ec5ccaeb6d 100644 --- a/manual/release-specific/v1.3.1/test-backing-image-download-to-local/index.html +++ b/manual/release-specific/v1.3.1/test-backing-image-download-to-local/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/index.html b/manual/release-specific/v1.4.0/index.html index 002882ad8f..c1ae34afac 100644 --- a/manual/release-specific/v1.4.0/index.html +++ b/manual/release-specific/v1.4.0/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/test-csi-plugin-liveness-probe/index.html b/manual/release-specific/v1.4.0/test-csi-plugin-liveness-probe/index.html index a73f58594f..7d072514b2 100644 --- a/manual/release-specific/v1.4.0/test-csi-plugin-liveness-probe/index.html +++ b/manual/release-specific/v1.4.0/test-csi-plugin-liveness-probe/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/test-engine-binary-recovery/index.html b/manual/release-specific/v1.4.0/test-engine-binary-recovery/index.html index 60228cee43..12e6a61572 100644 --- a/manual/release-specific/v1.4.0/test-engine-binary-recovery/index.html +++ b/manual/release-specific/v1.4.0/test-engine-binary-recovery/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/test-filesystem-trim/index.html b/manual/release-specific/v1.4.0/test-filesystem-trim/index.html index 9820cf181e..2e6a999332 100644 --- a/manual/release-specific/v1.4.0/test-filesystem-trim/index.html +++ b/manual/release-specific/v1.4.0/test-filesystem-trim/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/test-helm-install-on-rancher-deployed-windows-cluster/index.html b/manual/release-specific/v1.4.0/test-helm-install-on-rancher-deployed-windows-cluster/index.html index 4a48883193..1144e80698 100644 --- a/manual/release-specific/v1.4.0/test-helm-install-on-rancher-deployed-windows-cluster/index.html +++ b/manual/release-specific/v1.4.0/test-helm-install-on-rancher-deployed-windows-cluster/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/test-node-id-change-during-backing-image-creation/index.html b/manual/release-specific/v1.4.0/test-node-id-change-during-backing-image-creation/index.html index fe51e3bf0c..f1b96fefb1 100644 --- a/manual/release-specific/v1.4.0/test-node-id-change-during-backing-image-creation/index.html +++ b/manual/release-specific/v1.4.0/test-node-id-change-during-backing-image-creation/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/test-online-expansion/index.html b/manual/release-specific/v1.4.0/test-online-expansion/index.html index 69324f7772..08835c9ccf 100644 --- a/manual/release-specific/v1.4.0/test-online-expansion/index.html +++ b/manual/release-specific/v1.4.0/test-online-expansion/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/test-replica-scale-down-warning/index.html b/manual/release-specific/v1.4.0/test-replica-scale-down-warning/index.html index cba23d2dcd..4aa8aeffba 100644 --- a/manual/release-specific/v1.4.0/test-replica-scale-down-warning/index.html +++ b/manual/release-specific/v1.4.0/test-replica-scale-down-warning/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/test-system-backup/index.html b/manual/release-specific/v1.4.0/test-system-backup/index.html index 516cb59c11..a3d0dada16 100644 --- a/manual/release-specific/v1.4.0/test-system-backup/index.html +++ b/manual/release-specific/v1.4.0/test-system-backup/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.0/test-upgrade-for-migrated-longhorn/index.html b/manual/release-specific/v1.4.0/test-upgrade-for-migrated-longhorn/index.html index c496c4b424..a70de8b357 100644 --- a/manual/release-specific/v1.4.0/test-upgrade-for-migrated-longhorn/index.html +++ b/manual/release-specific/v1.4.0/test-upgrade-for-migrated-longhorn/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.1/index.html b/manual/release-specific/v1.4.1/index.html index 8a767caab2..b1b61ab98b 100644 --- a/manual/release-specific/v1.4.1/index.html +++ b/manual/release-specific/v1.4.1/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.4.1/test-the-trim-related-option-update-for-old-volumes/index.html b/manual/release-specific/v1.4.1/test-the-trim-related-option-update-for-old-volumes/index.html index c0ed85b6b8..41481a3406 100644 --- a/manual/release-specific/v1.4.1/test-the-trim-related-option-update-for-old-volumes/index.html +++ b/manual/release-specific/v1.4.1/test-the-trim-related-option-update-for-old-volumes/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.5.0/index.html b/manual/release-specific/v1.5.0/index.html index e72cb48aa2..a0bece31a9 100644 --- a/manual/release-specific/v1.5.0/index.html +++ b/manual/release-specific/v1.5.0/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.5.0/test-the-volume-replica-scheduling/index.html b/manual/release-specific/v1.5.0/test-the-volume-replica-scheduling/index.html index e0b0048c2b..5f17b46a37 100644 --- a/manual/release-specific/v1.5.0/test-the-volume-replica-scheduling/index.html +++ b/manual/release-specific/v1.5.0/test-the-volume-replica-scheduling/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.5.0/test-upgrade-responder-collect-extra-info/index.html b/manual/release-specific/v1.5.0/test-upgrade-responder-collect-extra-info/index.html index f7aa14a7f9..ccc25330c2 100644 --- a/manual/release-specific/v1.5.0/test-upgrade-responder-collect-extra-info/index.html +++ b/manual/release-specific/v1.5.0/test-upgrade-responder-collect-extra-info/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.6.0/index.html b/manual/release-specific/v1.6.0/index.html index 48d44547bf..4b36c9ad8f 100644 --- a/manual/release-specific/v1.6.0/index.html +++ b/manual/release-specific/v1.6.0/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.6.0/test-pvc-name-included-in-volume-metrics/index.html b/manual/release-specific/v1.6.0/test-pvc-name-included-in-volume-metrics/index.html index 211dab2de5..f2c84e30dd 100644 --- a/manual/release-specific/v1.6.0/test-pvc-name-included-in-volume-metrics/index.html +++ b/manual/release-specific/v1.6.0/test-pvc-name-included-in-volume-metrics/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.6.0/test-rebuild-in-meta-blocks-engine-start/index.html b/manual/release-specific/v1.6.0/test-rebuild-in-meta-blocks-engine-start/index.html index be93457fc8..00bf404d97 100644 --- a/manual/release-specific/v1.6.0/test-rebuild-in-meta-blocks-engine-start/index.html +++ b/manual/release-specific/v1.6.0/test-rebuild-in-meta-blocks-engine-start/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.6.0/test-replica-disk-soft-anti-affinity/index.html b/manual/release-specific/v1.6.0/test-replica-disk-soft-anti-affinity/index.html index bd45b0bee1..7dc4fe0fa9 100644 --- a/manual/release-specific/v1.6.0/test-replica-disk-soft-anti-affinity/index.html +++ b/manual/release-specific/v1.6.0/test-replica-disk-soft-anti-affinity/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/release-specific/v1.6.0/test-support-bundle-syslog-paths/index.html b/manual/release-specific/v1.6.0/test-support-bundle-syslog-paths/index.html index 7a4e4432c9..0cbf41674c 100644 --- a/manual/release-specific/v1.6.0/test-support-bundle-syslog-paths/index.html +++ b/manual/release-specific/v1.6.0/test-support-bundle-syslog-paths/index.html @@ -738,6 +738,17 @@ + + + + +
  • Test cases to reproduce issues related to attach detach
  • + + diff --git a/manual/test-cases-to-reproduce-attach-detach-issues/attachment-detachment-issues-reproducibility/index.html b/manual/test-cases-to-reproduce-attach-detach-issues/attachment-detachment-issues-reproducibility/index.html new file mode 100644 index 0000000000..34511f009f --- /dev/null +++ b/manual/test-cases-to-reproduce-attach-detach-issues/attachment-detachment-issues-reproducibility/index.html @@ -0,0 +1,824 @@ + + + + + + Longhorn Manual Test Cases + + + + + + + + + +
    +

    Test cases to reproduce attachment-detachment issues

    +
    +
    +

    Prerequisite: Have an environment with just with 2 worker nodes or taint 1 out of 3 worker node to be NoExecute & NoSchedule. +This will serve as a constrained fallback and limited source of recovery in the event of failure.

    +

    1. Kill the engines and instance manager repeatedly

    +

    Given 1 RWO and 1 RWX volume is attached to a pod. +And Both the volumes have 2 replicas. +And Random data is continuously being written to the volume using command dd if=/dev/urandom of=file1 count=100 bs=1M conv=fsync status=progress oflag=direct,sync

    +

    When One replica rebuilding is triggered by crashing the IM +AND Immediately IM associated with another replica is crashed +AND After crashing IMs, detaching of Volume is tried either by pod deletion or using Longhorn UI

    +

    Then Volume should not stuck in attaching-detaching loop

    +

    When Volume is detached and manually attached again. +And Engine running on the node where is volume is attached in killed

    +

    Then Volume should recover once the engine is back online.

    +

    2. Illegal values in Volume/Snap.meta

    +

    Given 1 RWO and 1 RWX volume is attached to a pod. +And Both the volumes have 2 replicas.

    +

    When Some random values are set in the Volume/snap meta file +And If replica rebuilding is triggered and the IM associated with another replica is also crashed

    +

    Then Volume should not stuck in attaching-detaching loop

    +

    3. Deletion of Volume/Snap.meta

    +

    Given 1 RWO and 1 RWX volume is attached to a pod. +And Both the volumes have 2 replicas.

    +

    When The Volume & snap meta files are deleted one by one. +And If replica rebuilding is triggered and the IM associated with another replica is also crashed

    +

    Then Volume should not stuck in attaching-detaching loop

    +

    4. Failed replica tries to rebuild from other just crashed replica - https://github.com/longhorn/longhorn/issues/4212

    +

    Given 1 RWO and 1 RWX volume is attached to a pod. +And Both the volumes have 2 replicas. +And Random data is continuously being written to the volume using command dd if=/dev/urandom of=file1 count=100 bs=1M conv=fsync status=progress oflag=direct,sync

    +

    When One replica rebuilding is triggered by crashing the IM +AND Immediately IM associated with another replica is crashed

    +

    Then Volume should not stuck in attaching-detaching loop.

    +

    5. Volume attachment Modification/deletion

    +

    Given A deployment and statefulSet are created with same name and attached to Longhorn Volume. +AND Some data is written and their md5sum is computed

    +

    When The statefulSet and Deployment are deleted without deleting the volumes +And Same named new statefulSet and Deployment are created with new PVCs. +And Before above deployed workload could attach to volumes, attached node is rebooted

    +

    Then After node reboot completion, volumes should reflect right status. +And the newly created deployment and statefulSet should get attached to the volumes.

    +

    When The volume attachments of above workloads are deleted. +And above workloads are deleted and recreated immediately.

    +

    Then No multi attach or other errors should be observed.

    +

    6. Use monitoring/word press/db workloads

    +

    Given Monitoring and word press and any other db related workload are deployed in the system +And All the volumes have 2 replicas. +And Random data is continuously being written to the volume using command dd if=/dev/urandom of=file1 count=100 bs=1M conv=fsync status=progress oflag=direct,sync

    +

    When One replica rebuilding is triggered by crashing the IM +AND Immediately IM associated with another replica is crashed

    +

    Then Volume should not stuck in attaching-detaching loop.

    + +
    + [Edit] +
    + + + + + diff --git a/manual/test-cases-to-reproduce-attach-detach-issues/index.html b/manual/test-cases-to-reproduce-attach-detach-issues/index.html new file mode 100644 index 0000000000..c118f7e719 --- /dev/null +++ b/manual/test-cases-to-reproduce-attach-detach-issues/index.html @@ -0,0 +1,783 @@ + + + + + + Longhorn Manual Test Cases + + + + + + + + +
    +
    +

    Test cases to reproduce issues related to attach detach

    + +
    +
    + +
    +
    + + +
    +
    + + + + + diff --git a/manual/test-cases-to-reproduce-attach-detach-issues/index.xml b/manual/test-cases-to-reproduce-attach-detach-issues/index.xml new file mode 100644 index 0000000000..3cbd79e2fd --- /dev/null +++ b/manual/test-cases-to-reproduce-attach-detach-issues/index.xml @@ -0,0 +1,20 @@ + + + + Test cases to reproduce issues related to attach detach on Longhorn Manual Test Cases + https://longhorn.github.io/longhorn-tests/manual/test-cases-to-reproduce-attach-detach-issues/ + Recent content in Test cases to reproduce issues related to attach detach on Longhorn Manual Test Cases + Hugo -- gohugo.io + en-us + + Test cases to reproduce attachment-detachment issues + https://longhorn.github.io/longhorn-tests/manual/test-cases-to-reproduce-attach-detach-issues/attachment-detachment-issues-reproducibility/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://longhorn.github.io/longhorn-tests/manual/test-cases-to-reproduce-attach-detach-issues/attachment-detachment-issues-reproducibility/ + Prerequisite: Have an environment with just with 2 worker nodes or taint 1 out of 3 worker node to be NoExecute & NoSchedule. This will serve as a constrained fallback and limited source of recovery in the event of failure. +1. Kill the engines and instance manager repeatedly Given 1 RWO and 1 RWX volume is attached to a pod. And Both the volumes have 2 replicas. And Random data is continuously being written to the volume using command dd if=/dev/urandom of=file1 count=100 bs=1M conv=fsync status=progress oflag=direct,sync + + + + diff --git a/sitemap.xml b/sitemap.xml index dbbff4d49a..dbb644b745 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -205,6 +205,10 @@ https://longhorn.github.io/longhorn-tests/manual/release-specific/v1.2.0/backup-creation-with-old-engine-image/ https://longhorn.github.io/longhorn-tests/manual/pre-release/stress/backup-listing/ + + https://longhorn.github.io/longhorn-tests/manual/test-cases-to-reproduce-attach-detach-issues/attachment-detachment-issues-reproducibility/ + + https://longhorn.github.io/longhorn-tests/manual/test-cases-to-reproduce-attach-detach-issues/ https://longhorn.github.io/longhorn-tests/manual/release-specific/v1.1.2/delete-cronjob-for-detached-volumes/