File: PLUGIN.IDS

package info (click to toggle)
evms 1.0.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,168 kB
  • ctags: 5,853
  • sloc: ansic: 87,317; makefile: 691; sh: 238
file content (72 lines) | stat: -rw-r--r-- 2,256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
                       LINUX EVMS ALLOCATED PLUG-IN IDS
             Maintained by Steven L. Pratt <slpratt@us.ibm.com>

                   Last revised: March 6, 2002


Plugin IDs now consist of three parts:
	 the OEM ID, the PLUGIN TYPE, and INSTANCE ID.
The Plugin ID format is OEM_ID.PLUGIN_TYPE.INSTANCE_ID.	 
	 
If you plan to create plugins for EVMS you *should* contact us
to obtain a unique OEM ID, thus allowing you to create plugin
IDs that will not conflict with existing plugins.

############################################################################
Currently EVMS supports 8 types of plugin modules.
These types are:

	Type		Name
      
	1		Device Managers
	2		Segment (partition) Managers
	3		Region Managers (volume group emulators)
	4		EVMS Features
	5		EVMS Associative Features
	6		Filesystem Interface Module
	7		Cluster Manager Interface Module
	8		Distributed Lock Manager Interface Module

############################################################################
OEM ID owners:

Name				Value

IBM_OEM_ID			8112

############################################################################
Plugins using IBM_OEM_ID:

Type	Name				Instance_ID	Owner

1	EVMS_LOCAL_DEVICE_MANAGER	1		peloquin@us.ibm.com
	Default manager for local devices 

2	EVMS_MSDOS_SEGMENT_MANAGER	1		peloquin@us.ibm.com
	MBR/EBR partition manager 

3	EVMS_LVM_REGION_MANAGER		1		corryk@us.ibm.com
	Manage Linux LVM volume groups and volumes

3	EVMS_OS2_REGION_MANAGER		2		jcstiles@us.ibm.com
	Manage OS/2 volumes				dlmulvey@us.ibm.com

3	EVMS_AIX_REGION_MANAGER		3		mridge@us.ibm.com
	Manage AIX LVM volume groups and volumes	corryk@us.ibm.com

3	EVMS_MD_REGION_MANAGER		4		miketran@us.ibm.com
	Manage Linux Software RAID devices		slpratt@us.ibm.com
        
4	EVMS_PASSTHRU_FEATURE_PLUGIN	0		peloquin@us.ibm.com
	Provides EVMS volumes when no features are used.

4	EVMS_DRIVELINK_FEATURE_PLUGIN	1		peloquin@us.ibm.com
        Feature to combine partitions 			dlmulvey@us.ibm.com

4	EVMS_BBR_FEATURE_PLUGIN		6		dlmulvey@us.ibm.com
	Software-based bad block relocation		miketran@us.ibm.com

5	EVMS_SNAPSHOT_FEATURE_PLUGIN	104		slpratt@us.ibm.com
	Generic snapshot feature 

#############################################################################