Merge pull request #11410 from jeffw387/patch-1

Update zfs-driver.md
This commit is contained in:
Usha Mandya 2020-09-23 13:34:23 +01:00 committed by GitHub
commit 686de8431a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ When you start a container, the following steps happen in order:
Each container's writable layer is a ZFS clone which shares all its data with
the dataset it was created from (the snapshots of its parent layers). Read
operations are fasst, even if the data being read is from a deep layer.
operations are fast, even if the data being read is from a deep layer.
This diagram illustrates how block sharing works:
![zfs block sharing](images/zpool_blocks.jpg)