[Bug 257404] FreeBSD Handbook: list of links to additional resources for ZFS
Date: Fri, 22 Apr 2022 04:49:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257404 --- Comment #3 from PauAmma <pauamma@gundo.com> --- Comment on attachment 233336 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233336 open-zfs to openzfs url; removed Oracle link in Further Reading >diff --git a/documentation/content/en/books/handbook/bsdinstall/_index.adoc b/documentation/content/en/books/handbook/bsdinstall/_index.adoc >index 625462331d..f06cb706ca 100644 >--- a/documentation/content/en/books/handbook/bsdinstall/_index.adoc >+++ b/documentation/content/en/books/handbook/bsdinstall/_index.adoc >@@ -132,6 +132,7 @@ A 32-bit kernel can only use the first 2 GB of RAM. > == Pre-Installation Tasks > > Once it has been determined that the system meets the minimum hardware requirements for installing FreeBSD, the installation file should be downloaded and the installation media prepared. >+An alternative is to use virtualization (crossref:virtualization[virtualization,Virtualization]) which allows multiple operating systems to run at the same time without modifying any disk partitions. Unrelated. >@@ -169,7 +170,7 @@ Since the possibility of selecting the wrong partition exists, always backup any > ==== > + > Disk partitions containing different operating systems make it possible to install multiple operating systems on one computer. >-An alternative is to use virtualization (crossref:virtualization[virtualization,Virtualization]) which allows multiple operating systems to run at the same time without modifying any disk partitions. >+Virtualization (crossref:virtualization[virtualization,Virtualization]) allows multiple operating systems to run at the same time without modifying any disk partitions. Unrelated. >diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc >index 3f9a2a457d..a468eabb7f 100644 >--- a/documentation/content/en/books/handbook/zfs/_index.adoc >+++ b/documentation/content/en/books/handbook/zfs/_index.adoc >-Creating a ZFS storage pool (_zpool_) requires permanent decisions, as the pool structure cannot change after creation. >+Creating a ZFS storage pool requires permanent decisions, as the pool structure cannot change after creation. Unrelated >@@ -580,7 +580,7 @@ This can cause undefined behavior in applications which had open files on those > [[zfs-zpool-attach]] > === Adding and Removing Devices > >-Two ways exist for adding disks to a zpool: attaching a disk to an existing vdev with `zpool attach`, or adding vdevs to the pool with `zpool add`. >+Two ways exist for adding disks to a pool: attaching a disk to an existing vdev with `zpool attach`, or adding vdevs to the pool with `zpool add`. Unrelated. -- You are receiving this mail because: You are the assignee for the bug.