Skip to content

Commit bb80f82

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: nerda-codes <[email protected]>
1 parent 57a6bb5 commit bb80f82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

compute/instances/reference-content/understanding-qemu-guest-agent.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ categories:
1414

1515
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).
1616

17-
This document provides essential insights into this mechanism.
17+
This page provides essential insights into this mechanism.
1818

1919
<Message type="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.
2121
</Message>
2222

2323
## What are the features provided by QGA?
@@ -28,9 +28,9 @@ Running the QEMU Guest Agent (QGA) on your Instance currently enables the follow
2828

2929
Additional features may be added in the future.
3030

31-
## Checking the status of QGA
31+
## Checking QGA's status
3232

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.
3434

3535
To verify that QGA is running on your Instance, use the following command:
3636

@@ -46,7 +46,7 @@ Follow these steps to enable QGA on an Instance where it is currently inactive.
4646

4747
### Installation
4848

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:
5050

5151
- **Fedora / AlmaLinux / RockyLinux / CentOS**
5252

@@ -65,7 +65,7 @@ Instances created from images older than March 1, 2024, may require manual insta
6565

6666
After installing the package, start the `qemu-guest-agent.service` by either:
6767

68-
- Rebooting your instance, or
68+
- Rebooting your Instance, or
6969
- Running the following command:
7070

7171
```bash
@@ -79,7 +79,7 @@ Follow these steps to disable QGA and the associated Scaleway features.
7979
### Deactivation
8080

8181
<Message type="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.
8383
</Message>
8484

8585
To stop and disable QGA, run:

0 commit comments

Comments
 (0)