Skip to content

Commit 855f6bf

Browse files
authored
Acrolinx spelling fixes
1 parent 1b4077f commit 855f6bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/migrate/common-questions-server-migration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ During agentless migration, in every delta cycle the difference between the curr
3333

3434
## How does churn rate impact agentless replication?
3535

36-
Since agentless replication folds date, the chun pattern is more important that the churn rate. When a file is written again and again, the rate doesn’t have much impact. However, a pattern in which every other sector is written causes high churn in the next cycle. Since we minimize the amount of data we transfer, we allow the data to fold as much as possible before scheduling the next cycle.
36+
Since agentless replication folds date, the churn pattern is more important that the churn rate. When a file is written again and again, the rate doesn’t have much impact. However, a pattern in which every other sector is written causes high churn in the next cycle. Since we minimize the amount of data we transfer, we allow the data to fold as much as possible before scheduling the next cycle.
3737

3838
## How frequently is a replication cycle scheduled?
3939

40-
The formula to schedule the next replication cycle: (Previous cycle time / 2) or 1 hourw, hichever is higher.
40+
The formula to schedule the next replication cycle: (Previous cycle time / 2) or 1 hour, whichever is higher.
4141

4242
For example, if a VM takes four hours for a delta cycle, the next cycle is scheduled in two hours, and not in the next hour. This is differs immediately after initial replication, where the first delta cycle is scheduled immediately.
4343

4444
## How does agentless replication impact VMware servers?
4545

46-
There is some performance mpact on vCenter Server/ESXi hosts. Since agentless replication uses snapshots, it consumes IOPs on storage, and some IOPS storage bandwidth is needed. We don’t recommend using agentless replication if there are constraints on storage/IOPs in your environment.
46+
There is some performance impact on vCenter Server/ESXi hosts. Since agentless replication uses snapshots, it consumes IOPs on storage, and some IOPS storage bandwidth is needed. We don’t recommend using agentless replication if there are constraints on storage/IOPs in your environment.
4747

4848
## Can I do agentless migration of UEFI VMs to Azure Gen 2?
4949

@@ -55,7 +55,7 @@ No, Azure Availability Zones aren't supported.
5555

5656
## Which transport protocol is used by Azure Migrate during replication?
5757

58-
Azure Migrate usesthe Network Block Device (NBD) protocol with SSL encryption.
58+
Azure Migrate uses the Network Block Device (NBD) protocol with SSL encryption.
5959

6060
## What is the minimum vCenter Server version required for migration?
6161

@@ -67,7 +67,7 @@ No. Azure Migrate supports migration only to managed disks (standard HDD, premiu
6767

6868
## How many VMs can I replicate together with agentless migration?
6969

70-
Currently, you can nmigrate 100 VMs per vCenter Server simultaneously. Migrate in batches of 10 VMs.
70+
Currently, you can migrate 100 VMs per vCenter Server simultaneously. Migrate in batches of 10 VMs.
7171

7272

7373

0 commit comments

Comments
 (0)