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
Copy file name to clipboardExpand all lines: compute/instances/reference-content/understanding-qemu-guest-agent.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ categories:
14
14
15
15
Some features of the Instances product require Scaleway's infrastructure to query or exchange information with your Instance. To enable this communication, a software component must run on the guest operating system: the QEMU Guest Agent (QGA).
16
16
17
-
This document provides essential insights into this mechanism.
17
+
This page provides essential insights into this mechanism.
18
18
19
19
<Messagetype="note">
20
-
This document does not apply to Instances running the Microsoft Windows operating system.
20
+
This documentation page does not apply to Instances running the Microsoft Windows operating system.
21
21
</Message>
22
22
23
23
## What are the features provided by QGA?
@@ -28,9 +28,9 @@ Running the QEMU Guest Agent (QGA) on your Instance currently enables the follow
28
28
29
29
Additional features may be added in the future.
30
30
31
-
## Checking the status of QGA
31
+
## Checking QGA's status
32
32
33
-
Since March 1, 2024, all Scaleway-provided GNU/Linux and InstantApp images for Instances come with QGA pre-installed and enabled by default.
33
+
Since March 1st, 2024, all Scaleway-provided GNU/Linux and InstantApp images for Instances come with QGA pre-installed and enabled by default.
34
34
35
35
To verify that QGA is running on your Instance, use the following command:
36
36
@@ -46,7 +46,7 @@ Follow these steps to enable QGA on an Instance where it is currently inactive.
46
46
47
47
### Installation
48
48
49
-
Instances created from images older than March 1, 2024, may require manual installation of the `qemu-guest-agent` package:
49
+
Instances created from images older than March 1st, 2024, may require manual installation of the `qemu-guest-agent` package:
50
50
51
51
-**Fedora / AlmaLinux / RockyLinux / CentOS**
52
52
@@ -65,7 +65,7 @@ Instances created from images older than March 1, 2024, may require manual insta
65
65
66
66
After installing the package, start the `qemu-guest-agent.service` by either:
67
67
68
-
- Rebooting your instance, or
68
+
- Rebooting your Instance, or
69
69
- Running the following command:
70
70
71
71
```bash
@@ -79,7 +79,7 @@ Follow these steps to disable QGA and the associated Scaleway features.
79
79
### Deactivation
80
80
81
81
<Messagetype="important">
82
-
Disabling QGA is not recommended, as doing so also disables all [Scaleway features](#what-are-the-features-provided-by-qga) it provides.
82
+
Disabling QGA is not recommended, as doing so also disables all the [Scaleway features](#what-are-the-features-provided-by-qga) it provides.
0 commit comments