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
VM disk enlargement makes extra space available to the virtual machine. However, it is the responsibility of the VM owner to decide how to consume the storage.
10
+
11
+
If the disk is a `Filesystem` PVC, the matching file expands to the remaining size while reserving some space for file system overhead.
12
+
13
+
.Procedure
14
+
15
+
. Edit the `PersistentVolumeClaim` manifest of the VM disk that you want to expand:
16
+
+
17
+
[source,terminal]
18
+
19
+
----
20
+
$ oc edit pvc <pvc_name>
21
+
----
22
+
23
+
. Change the value of `spec.resource.requests.storage` attribute to a larger size.
0 commit comments