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
Once the prerequisites have been installed, we can also inspect the hypervisor platform each VM is running on, to ensure what we’re doing is actually being executed where we expect it.
198
198
199
-
```
199
+
```shell
200
200
$ ansible -m command all -b -a virt-what
201
201
mariadb-legacy | CHANGED | rc=0 >>
202
202
vmware
@@ -267,7 +267,7 @@ So, where does “dat-mariadbl-56480669” come from? It’s the storage array v
267
267
268
268
Create the PVC and attach the PVC as a disk to the running KubeVirt VM.
269
269
270
-
```
270
+
```shell
271
271
$ kubectl create -f pvc-clone.yaml
272
272
```
273
273
@@ -321,7 +321,7 @@ Once attached, a “migrate” playbook will mount the disk in inside the VM and
321
321
322
322
Executing the playbook should reveal the test results and we can visually inspect the database is actually running on the KubeVirt VM.
323
323
324
-
```
324
+
```shell
325
325
...
326
326
+---------+--------+
327
327
| summary | result |
@@ -364,7 +364,7 @@ In the OKD UI, detach the volume and delete the PVC.
364
364
365
365

366
366
367
-
```
367
+
```shell
368
368
$ kubectl delete -f pvc-clone.yaml
369
369
```
370
370
@@ -394,13 +394,13 @@ spec:
394
394
395
395
Create the PVC.
396
396
397
-
```
397
+
```shell
398
398
$ kubectl create -f pvc-migrate.yaml
399
399
```
400
400
401
401
Now, repeat the step within OKD to attach the PVC as a disk to the running VM. Once attached, run the “migrate” playbook.
0 commit comments