~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to lib/metadata/segtype.h

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-09-06 19:26:39 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20140906192639-lm0cr77p48uenvi8
Tags: 2.02.111-1
* New upstream version.
* Install more systemd units:
  - Add dm-event.service and dm-event.socket to dmeventd.
  - Add lvm2-monitor.service to lvm2 and start it.
* Enable monitoring by default:
  - Add dependency on dmeventd to lvm2 and liblvm2cmd2.02.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
int init_raid_segtypes(struct cmd_context *cmd, struct segtype_library *seglib);
151
151
#endif
152
152
 
 
153
#define SEG_TYPE_NAME_RAID1     "raid1"
 
154
#define SEG_TYPE_NAME_RAID10    "raid10"
 
155
#define SEG_TYPE_NAME_RAID4     "raid4"
 
156
#define SEG_TYPE_NAME_RAID5     "raid5"
 
157
#define SEG_TYPE_NAME_RAID5_LA  "raid5_la"
 
158
#define SEG_TYPE_NAME_RAID5_LS  "raid5_ls"
 
159
#define SEG_TYPE_NAME_RAID5_RA  "raid5_ra"
 
160
#define SEG_TYPE_NAME_RAID5_RS  "raid5_rs"
 
161
#define SEG_TYPE_NAME_RAID6     "raid6"
 
162
#define SEG_TYPE_NAME_RAID6_NC  "raid6_nc"
 
163
#define SEG_TYPE_NAME_RAID6_NR  "raid6_nr"
 
164
#define SEG_TYPE_NAME_RAID6_ZR  "raid6_zr"
 
165
 
153
166
#ifdef REPLICATOR_INTERNAL
154
167
int init_replicator_segtype(struct cmd_context *cmd, struct segtype_library *seglib);
155
168
#endif