You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> In order to minimize potential downtime, do the following steps for mariadb-secondary storage first, and then the primary after that
24
+
> In order to minimize potential downtime, do the following steps for the **secondary** storage first, and then if successfull, follow up with the primary after that.
24
25
25
-
1. Monitor Events via `kubectl events data-sql-mariadb-primary-0 --watch`
26
+
1. Monitor Events via `kubectl events data-sql-mariadb-secondary-0 --watch`
3. In the logs you should see the `FileSystemResizeSuccessful` event after a short time. Now the greater disk storage is available to the existing container.
3. In the logs you should see the `FileSystemResizeSuccessful` event after a short time (around a minute).
30
+
4. Done! Now the greater disk storage is available to the existing container. No restart of workloads is required.
31
+
29
32
```
30
-
0s (x2 over 11m) Warning ExternalExpanding PersistentVolumeClaim/data-sql-mariadb-primary-0 waiting for an external controller to expand this PVC
31
-
0s (x2 over 11m) Normal Resizing PersistentVolumeClaim/data-sql-mariadb-primary-0 External resizer is resizing volume pvc-6d4cd5ace27f6316
32
-
0s (x2 over 11m) Normal FileSystemResizeRequired PersistentVolumeClaim/data-sql-mariadb-primary-0 Require file system resize of volume on node
33
-
0s (x3 over 10m) Normal FileSystemResizeSuccessful Pod/sql-mariadb-primary-0 MountVolume.NodeExpandVolume succeeded for volume "pvc-6d4cd5ace27f6316" gke-wbaas-2-compute-pool-2-ee90b82c-9d7g
34
-
0s (x3 over 10m) Normal FileSystemResizeSuccessful PersistentVolumeClaim/data-sql-mariadb-primary-0 MountVolume.NodeExpandVolume succeeded for volume "pvc-6d4cd5ace27f6316" gke-wbaas-2-compute-pool-2-ee90b82c-9d7g
7m14s Normal Resizing PersistentVolumeClaim/data-sql-mariadb-secondary-0 External resizer is resizing volume pv-sql-secondary-restored-on-230517
36
+
7m14s Normal ExternalExpanding PersistentVolumeClaim/data-sql-mariadb-secondary-0 waiting for an external controller to expand this PVC
37
+
7m9s Normal FileSystemResizeRequired PersistentVolumeClaim/data-sql-mariadb-secondary-0 Require file system resize of volume on node
38
+
6m4s Normal FileSystemResizeSuccessful PersistentVolumeClaim/data-sql-mariadb-secondary-0 MountVolume.NodeExpandVolume succeeded for volume "pv-sql-secondary-restored-on-230517" gke-wbaas-3-compute-pool-5-d4d27853-38gc
35
39
```
36
40
37
41
[^1]: A small increase in storage claim like 1GB is sufficient for testing
0 commit comments