| #
fa38579f
|
| 28-Apr-2025 |
Miroslav Cimerman <mc@doas.su> |
graid.8: fix typo
Signed-off-by: Miroslav Cimerman <mc@doas.su> Reviewed-by: imp@FreeBSD.org Pull-request: https://github.com/freebsd/freebsd-src/pull/1680
|
| #
27bd6c32
|
| 23-Jan-2025 |
John Baldwin <jhb@FreeBSD.org> |
Remove references to gvinum(8) in various manpages
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D48540
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
fa38579f
|
| 28-Apr-2025 |
Miroslav Cimerman <mc@doas.su> |
graid.8: fix typo
Signed-off-by: Miroslav Cimerman <mc@doas.su> Reviewed-by: imp@FreeBSD.org Pull-request: https://github.com/freebsd/freebsd-src/pull/1680
|
| #
27bd6c32
|
| 23-Jan-2025 |
John Baldwin <jhb@FreeBSD.org> |
Remove references to gvinum(8) in various manpages
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D48540
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
e4b0a90e
|
| 25-Jun-2018 |
Brooks Davis <brooks@FreeBSD.org> |
Normalize the g(eom,cache,part,...) build.
Rather then combining hardlink creation for the geom(8) binary with shared library build, move libraries to src/lib/geom so they are built and installed no
Normalize the g(eom,cache,part,...) build.
Rather then combining hardlink creation for the geom(8) binary with shared library build, move libraries to src/lib/geom so they are built and installed normally. Create a common Makefile.classes which is included by both lib/geom/Makefile and sbin/geom/Makefile so the symlink and libraries stay in sync.
The relocation of libraries allows libraries to be build for 32-bit compat. This also reduces the number of non-standard builds in the system.
This commit is not sufficent to run a 32-bit /sbin/geom on a 64-bit system out of the box as it will look in the wrong place for libraries unless GEOM_LIBRARY_PATH is set appropriatly in the environment.
Reviewed by: bdrewery Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D15360
show more ...
|
| #
4a3760ba
|
| 11-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Remove compatibility shims for legacy ATA device names.
We got new ATA stack in FreeBSD 8.x, switched to it at 9.x, completely removed old stack at 10.x, so at 11.x it is time to remove compat shims.
|
| #
bd0891ce
|
| 20-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (part1)
PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
|
| #
6998737d
|
| 04-Apr-2013 |
Joel Dahl <joel@FreeBSD.org> |
Minor rewording.
Discussed with: mav
|
| #
af9fc0b0
|
| 04-Apr-2013 |
Joel Dahl <joel@FreeBSD.org> |
Remove references to ataraid(4) and atacontrol(8).
|
| #
d1cd5e7c
|
| 16-Mar-2013 |
Joel Dahl <joel@FreeBSD.org> |
Cross-reference gvinum(8) instead of vinum(8).
|
| #
bd9fba0c
|
| 08-Mar-2013 |
Sean Bruno <sbruno@FreeBSD.org> |
Add legacy support to geom raid to create a /dev/arX device for support of upgrading older machines using ataraid(4) to newer releases.
This optional parameter is controlled via kern.geom.raid.legac
Add legacy support to geom raid to create a /dev/arX device for support of upgrading older machines using ataraid(4) to newer releases.
This optional parameter is controlled via kern.geom.raid.legacy_aliases and will create a /dev/ar0 device that will point at /dev/raid/r0 for example.
Tested on Dell SC 1425 DDF-1 format software raid controllers installing from stable/7 and upgrading to stable/9 without having to adjust /etc/fstab
Reviewed by: mav Obtained from: Yahoo! MFC after: 2 Weeks
show more ...
|
| #
821a0f63
|
| 17-Jan-2013 |
Alexander Motin <mav@FreeBSD.org> |
For Promise/AMD metadata add support for disks with capacity above 2TiB and for volumes with sector size above 512 bytes.
|
| #
c89d2fbe
|
| 13-Sep-2012 |
Alexander Motin <mav@FreeBSD.org> |
Add global and per-module sysctls/tunables to enable/disable metadata taste. That should help to handle some cases when disk has some RAID metadata that should be ignored, especially during boot.
MF
Add global and per-module sysctls/tunables to enable/disable metadata taste. That should help to handle some cases when disk has some RAID metadata that should be ignored, especially during boot.
MFC after: 3 days
show more ...
|
| #
77b722fc
|
| 27-Jun-2012 |
Warren Block <wblock@FreeBSD.org> |
Use possessive "its", no apostrophe.
MFC after: 1 day
|
| #
344c81a1
|
| 24-May-2012 |
Warren Block <wblock@FreeBSD.org> |
Fixes to man8 groff mandoc style, usage mistakes, or typos.
PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days
|
| #
8f12ca2e
|
| 06-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
Add support for RAID5R. Slightly improve support for RAIDMDF.
|
| #
e231bbba
|
| 06-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
Add description for GEOM RAID tunables/sysctls.
MFC after: 1 week
|
| #
4b97ff61
|
| 04-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
Implement read-only support for volumes in optimal state (without using redundancy) for the following RAID levels: RAID4/5E/5EE/6/MDF.
|
| #
8df8e26a
|
| 03-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
Add optional -o argument to the `graid label ` to specify some metadata format options. Use it for specifying byte order for the DDF metadata: big-endian defined by specification and little-endian us
Add optional -o argument to the `graid label ` to specify some metadata format options. Use it for specifying byte order for the DDF metadata: big-endian defined by specification and little-endian used by Adaptec.
show more ...
|
| #
00f32ecb
|
| 30-Apr-2012 |
Alexander Motin <mav@FreeBSD.org> |
Add to GEOM RAID class module, supporting the DDF metadata format, as defined by the SNIA Common RAID Disk Data Format Specification v2.0.
Supports multiple volumes per array and multiple partitions
Add to GEOM RAID class module, supporting the DDF metadata format, as defined by the SNIA Common RAID Disk Data Format Specification v2.0.
Supports multiple volumes per array and multiple partitions per disk. Supports standard big-endian and Adaptec's little-endian byte ordering. Supports all single-layer RAID levels. Dual-layer RAID levels except RAID10 are not supported now because of GEOM RAID design limitations.
Some work is still to be done, but the present code already manages basic interoperation with RAID BIOS of the Adaptec 1430SA SATA RAID controller.
MFC after: 1 month Sponsored by: iXsystems, Inc.
show more ...
|
| #
fc1de960
|
| 19-Apr-2012 |
Alexander Motin <mav@FreeBSD.org> |
Add to GEOM RAID class module for reading non-degraded RAID5 volumes and some environment to differentiate 4 possible RAID5 on-disk layouts.
Tested with Intel and AMD RAID BIOSes.
MFC after: 2 weeks
|
| #
c1ad3fcf
|
| 09-Jan-2012 |
Jim Harris <jimharris@FreeBSD.org> |
Add support for >2TB disks in GEOM RAID for Intel metadata format.
Reviewed by: mav Approved by: scottl MFC after: 1 week
|
| #
733a1f3f
|
| 26-Oct-2011 |
Alexander Motin <mav@FreeBSD.org> |
Clarify disks/volumes above 2TiB support in geom_raid: - add support for volumes above 2TiB with Promise metadata format; - enforse and document other limitations: - Intel and Promise metadata f
Clarify disks/volumes above 2TiB support in geom_raid: - add support for volumes above 2TiB with Promise metadata format; - enforse and document other limitations: - Intel and Promise metadata formats do not support disks above 2TiB; - NVIDIA metadata format does not support volumes above 2TiB.
Sponsored by: iXsystems, Inc. MFC after: 2 weeks
show more ...
|