hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/Documentation/admin-guide/md.rst
....@@ -5,7 +5,7 @@
55 ---------------------------------
66
77 Tools that manage md devices can be found at
8
- http://www.kernel.org/pub/linux/utils/raid/
8
+ https://www.kernel.org/pub/linux/utils/raid/
99
1010
1111 You can boot with your md device with the following kernel command
....@@ -426,6 +426,10 @@
426426 The accepted values when writing to this file are ``ppl`` and ``resync``,
427427 used to enable and disable PPL.
428428
429
+ uuid
430
+ This indicates the UUID of the array in the following format:
431
+ xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
432
+
429433
430434 As component devices are added to an md array, they appear in the ``md``
431435 directory as new directories named::
....@@ -756,3 +760,6 @@
756760 The cache mode for raid5. raid5 could include an extra disk for
757761 caching. The mode can be "write-throuth" and "write-back". The
758762 default is "write-through".
763
+
764
+ ppl_write_hint
765
+ NVMe stream ID to be set for each PPL write request.