History log of /freebsd-11.0-release/sbin/geom/class/stripe/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


298107 16-Apr-2016 gjb

Merge the projects/release-pkg branch to head.

This allows packaging the base system with pkg(8), including
but not limited to providing the ability to provide upstream
binary update possibilities for non-tier-1 architectures.

This merge is a requirement of the 11.0-RELEASE, and as such,
thank you to everyone that has tested the project branch.

Documentation in build(7) etc. is still somewhat sparse, but
updates to those parts will follow.

Sponsored by: The FreeBSD Foundation


284345 13-Jun-2015 sjg

Add META_MODE support.

Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision: D2796
Reviewed by: brooks imp


267667 20-Jun-2014 bapt

use .Mt to mark up email addresses consistently (part1)

PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>


267159 06-Jun-2014 pjd

The 'create' subcommand doesn't have '-h' option.


249087 04-Apr-2013 joel

Remove references to ataraid(4) and atacontrol(8).


248385 16-Mar-2013 joel

Cross-reference gvinum(8) instead of vinum(8).


216468 15-Dec-2010 obrien

Rename the generic "CLASS" to the more specific "GEOM_CLASS".
While I'm here remove redundancy and inconsistencies.

Obtained from: Juniper Networks


213662 09-Oct-2010 ae

Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.

Suggested by: kib
Approved by: kib (mentor)
MFC after: 5 days


212554 13-Sep-2010 pjd

- Remove gc_argname field. It was introduced for gpart(8), but if I
understand everything correctly, we don't really need it.
- Provide default numeric value as strings. This allows to simplify
a lot of code.
- Bump version number.


201658 06-Jan-2010 mav

Increase default block size from 4K to 64K. It was reduces 6 yeard ago,
when trees were big and FAST mode was enabled by default.

So small block size doesn't benefits linear I/O operations in FAST and
significantly slowdowns in ECONOMIC (default) mode. For single stream random
I/Os so small block doesn't give much benefits, as access time is usually
bigger then transfer time there. Same time it requires all heads to seek
together for every single request, reducing performance on parallel load.


169930 24-May-2007 ru

Fix the online usage for the "dump" command.


169586 15-May-2007 marcel

Add gpart(8).

In order to support gpart(8), geom(8) needs to support a named
argument. Also, optional string parameters are a requirement.
Both have been added to the infrastructure. The former required
all existing classes to be adjusted.


162868 30-Sep-2006 pjd

MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.

Changes: 98722


155175 01-Feb-2006 pjd

Remove trailing spaces.


153190 07-Dec-2005 pjd

- The geom(8) utility only uses three types of arguments: string (char *),
value (intmax_t) and boolean (int).
Based on that provide three functions:
- gctl_get_ascii()
- gctl_get_int()
- gctl_get_intmax()
- Hide gctl_get_param() function, as it is only used internally in
subr.c.
- Allow to provide argument name as (fmt, ...).
- Assert geom(8) bugs (missing argument is a geom(8) bug).

- Clean-up and simplify the code by using new functions and assumtions
(no more checking for missing argument).

Tested by: regression tests


145543 26-Apr-2005 pjd

Fix stripe size in example.

Found by: kris
MFC after: 3 days


143586 14-Mar-2005 pjd

Define subcommands' usage inside g_command structure.

MFC after: 1 week


143576 14-Mar-2005 pjd

Instead of documenting every standard subcommand's argument everywhere,
just leave reference to geom(8).

MFC after: 1 week


143535 13-Mar-2005 pjd

- Document 'status' subcommand.
- Update copyrights.

MFC after: 1 week


142727 27-Feb-2005 pjd

- Add md_provsize field to metadata, which will help with
shared-last-sector problem.
After this change, even if there is more than one provider with the same
last sector, the proper one will be chosen based on its size.
It still doesn't fix the 'c' partition problem (when da0s1 can be confused
with da0s1c) and situation when 'a' partition starts at offset 0
(then da0s1a can be confused with da0s1 and da0s1c). One can use '-h'
option there, when creating device or avoid sharing last sector.
Actually, when providers share the same last sector and their size is equal,
they provide exactly the same data, so the name (da0s1, da0s1a, da0s1c)
isn't important at all.
- Provide backward compatibility.
- Update copyright's year.

MFC after: 1 week


140415 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


140298 15-Jan-2005 pjd

Fix arguments syntax.

Manual pages fixes by: ru
MFC after: 3 days


139987 10-Jan-2005 ru

Scheduled mdoc(7) sweep.


138623 09-Dec-2004 pjd

- Turn off 'fast' mode by default and increase maximum memory to consume
when this mode is used.
- Manual page update.


137221 04-Nov-2004 ceri

Grammatical and spelling improvements.

Reviewed by: pjd


135826 26-Sep-2004 obrien

Embellish the man page after trying to migrate to gstripe from ccd(4).


135825 26-Sep-2004 pjd

Don't allow to specify wrong stripe size.

Reported by: obrien


134422 28-Aug-2004 pjd

Warn the user if we are not going to use the whole provider's space.


133373 09-Aug-2004 pjd

- Introduce option for hardcoding providers' names into metadata.
It allows to fix problems when last provider's sector is shared between few
providers.
- Bump version number for CONCAT and STRIPE and add code for backward
compatibility.
- Do not bump version number of MIRROR, as it wasn't officially introduced yet.
Even if someone started to play with it, there is no big deal, because
wrong MD5 sum of metadata will deny those providers.
- Update manual pages.
- Add version history to g_(stripe|concat).h files.


133205 06-Aug-2004 pjd

Add and document kern.geom.stripe.fast_failed sysctl, which shows how
many times "fast" mode failed.


132665 26-Jul-2004 pjd

Improve geom(8)'s 'list' command to show geoms and their providers and
consumers. Teach STRIPE, CONCAT and NOP classes about this improvement.


132664 26-Jul-2004 pjd

Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.


132344 18-Jul-2004 pjd

MFp4: Add 'dump' command to gconcat(8), glabel(8) and gstripe(8) which allow
to dump metadata from given components.


132099 13-Jul-2004 pjd

Those sysctl are used to control GEOM class, not a userland utility.

Reviewed by: simon


132096 13-Jul-2004 pjd

Document sysctls variables used by GEOM_STRIPE class.

Submitted by: simon


131879 09-Jul-2004 pjd

Decrease default stripe size to 4k, as we have "FAST" mode turned on by
default.


131763 07-Jul-2004 ru

Slight markup and grammar fixes.


131649 05-Jul-2004 pjd

- Add 'stop' command, which works just like 'destroy' command, but sounds
less dangerous.
- Update manual pages and extend examples.
- Bump versions.


130625 17-Jun-2004 pjd

Add missing newlines.


129682 24-May-2004 pjd

- Add a cross-reference to geom(8).
- Add missing 'a'.


129586 22-May-2004 pjd

Actually we are also able to list only choosen providers.


129563 21-May-2004 pjd

- More clear example description.
- Fix copy&paste bug.


129561 21-May-2004 pjd

Add manual pages for gconcat(8), gstripe(8) and gnop(8) utilities.

Supported by: Wheel - Open Technologies - http://www.wheel.pl


129512 20-May-2004 pjd

Various style.Makefile(5) improvements.

Inspired by: ru


129474 20-May-2004 pjd

Introduce geom(8)-specific shared libraries for CONCAT, STRIPE and NOP
GEOM classes. CONCAT should be 100% compatible with existing gconcat(8)
utility, which is going to be removed.

Supported by: Wheel - Open Technologies - http://www.wheel.pl