summaryrefslogtreecommitdiffstats
path: root/sys/geom/concat/g_concat.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing spaces.pjd2006-02-011-1/+1
|
* - Add md_provsize field to metadata, which will help withpjd2005-02-271-2/+6
| | | | | | | | | | | | | | | | | 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
* - Introduce option for hardcoding providers' names into metadata.pjd2004-08-091-1/+10
| | | | | | | | | | | | 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.
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.pjd2004-07-261-1/+1
|
* - Add 'stop' command, which works just like 'destroy' command, but soundspjd2004-07-051-1/+1
| | | | | | less dangerous. - Update manual pages and extend examples. - Bump versions.
* - Teach CONCAT class how to talk with geom(8).pjd2004-05-201-6/+10
| | | | | | | - Remove provider if any disk was lost. - Dump CONCAT version. Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Print a space character between string given as a macro argument andpjd2004-03-091-0/+1
| | | | bio description.
* Correct year in copyrights.pjd2004-03-041-1/+1
|
* - Remove d_valid field, we can use d_consumer field to check if diskpjd2004-03-031-3/+0
| | | | | is valid. - Use SYSCTL_DECL() instead of using own, ugly extern.
* Removed unused fields.pjd2004-03-011-2/+0
|
* Remove unused field.pjd2004-02-271-1/+0
| | | | Approved by: scottl (mentor)
* Introduce CONCAT GEOM class for disk concatenation.pjd2004-02-191-0/+113
It allows manual and automatic (based on on-disk metadata) concatenation. Reviewed by: phk, scottl Approved by: scottl (mentor)
OpenPOWER on IntegriCloud