~ubuntu-branches/ubuntu/vivid/lvm2/vivid

« back to all changes in this revision

Viewing changes to .pc/upstream-fix-discard-1.patch/lib/metadata/lv_alloc.h

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2012-11-26 10:35:00 UTC
  • mfrom: (3.1.26 sid)
  • Revision ID: package-import@ubuntu.com-20121126103500-a1zw30282cu9kdev
Tags: 2.02.95-5ubuntu1
* Merge from Debian unstable, remaining changes (LP: #1082325):
  - debian/patches/avoid-dev-block.patch: Prefer any other device name over
    names in /dev/block/ since lvm.conf won't handle this.
  - debian/rules:
    - copy .po file to .pot file for Rosetta (Ubuntu specific).
  - debian/{dmsetup,lvm2}-udeb.install:
    - install initramfs and udev hooks in udebs (Debian bug 504341).
  - auto-start VGs as their PVs are discovered (Ubuntu specific):
    - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
      the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
    - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
      - add 85-lvm2.rules to the list of udev rules to copy.
      - depend on udev.
    - debian/control:
      - add versioned Depend on watershed in lvm2 for udev rules.
      - add Depends on watershed-udeb in lvm2-udeb for udev rules.
      - add versioned Depend/Breaks on udev in dmsetup for udev rules.
      - add Depend on initramfs-tools in dmsetup so system is not potentially
        rendered unbootable by out-of-order dpkg configuration.
      - In libdevmapper-event1.02.1 add Breaks: dmeventd
        (<< 2.02.95-4ubuntu1) due to debian symbol rename
    - debian/rules:
      - do not install local-top scripts since Ubuntu mounts root using udev.
      - do not install init scripts for lvm2, since udev starts LVM.
    - debian/lvm2.postinst: handle missing lvm2 init script.
    - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
      watch dm devices for changes with inotify
  - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
    - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
  - remaining changes to upstream event manager packages (Debian bug 514706):
    - debian/rules:
      - enable dmeventd during configure.
    - debian/dmeventd.{8,manpages}: install dmeventd files.
  - rename debian/clvm.defaults to debian/clvm.default so it is installed
    correctly.
  - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
  - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
    executable.  When the Ubuntu-specific ones are added with a patch,
    they may lose their executable bit.
  - Add and install clvmd resource agent
  - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
    works.
  - debian/{clvmd.ra,clvm.init}:
    - create /run/lvm if it doesn't exist.
  - debian/clvm.init:
    - exit 3 if not running on status action.
  - Call dh_installman so that our dmeventd manpage actually gets installed
  - Install the missing fsadm manpage.
  - Complete libdevmapper-dev multiarch:
    - move .so symlinks and pkgconfig files to multiarched locations.
    - mark libdevmapper-dev M-A: same

* Dropped changes debian/lvm2.{preinst,postinst,postrm}, not needed in Raring:
  - Implement removal of obsolete /etc/init.d/lvm2 conffile, which
    should not have been re-introduced in Quantal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.  
 
3
 * Copyright (C) 2004-2012 Red Hat, Inc. All rights reserved.
 
4
 *
 
5
 * This file is part of LVM2.
 
6
 *
 
7
 * This copyrighted material is made available to anyone wishing to use,
 
8
 * modify, copy, or redistribute it subject to the terms and conditions
 
9
 * of the GNU Lesser General Public License v.2.1.
 
10
 *
 
11
 * You should have received a copy of the GNU Lesser General Public License
 
12
 * along with this program; if not, write to the Free Software Foundation,
 
13
 * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
14
 */
 
15
 
 
16
#ifndef _LVM_LV_ALLOC_H
 
17
#define _LVM_LV_ALLOC_H
 
18
 
 
19
struct lv_segment *alloc_lv_segment(const struct segment_type *segtype,
 
20
                                    struct logical_volume *lv,
 
21
                                    uint32_t le, uint32_t len,
 
22
                                    uint64_t status,
 
23
                                    uint32_t stripe_size,
 
24
                                    struct logical_volume *log_lv,
 
25
                                    struct logical_volume *thin_pool_lv,
 
26
                                    uint32_t area_count,
 
27
                                    uint32_t area_len,
 
28
                                    uint32_t chunk_size,
 
29
                                    uint32_t region_size,
 
30
                                    uint32_t extents_copied,
 
31
                                    struct lv_segment *pvmove_source_seg);
 
32
 
 
33
struct lv_segment *alloc_snapshot_seg(struct logical_volume *lv,
 
34
                                      uint64_t status, uint32_t old_le_count);
 
35
 
 
36
int set_lv_segment_area_pv(struct lv_segment *seg, uint32_t area_num,
 
37
                           struct physical_volume *pv, uint32_t pe);
 
38
int set_lv_segment_area_lv(struct lv_segment *seg, uint32_t area_num,
 
39
                           struct logical_volume *lv, uint32_t le,
 
40
                           uint64_t status);
 
41
int move_lv_segment_area(struct lv_segment *seg_to, uint32_t area_to,
 
42
                         struct lv_segment *seg_from, uint32_t area_from);
 
43
void release_lv_segment_area(struct lv_segment *seg, uint32_t s,
 
44
                             uint32_t area_reduction);
 
45
 
 
46
struct alloc_handle;
 
47
struct alloc_handle *allocate_extents(struct volume_group *vg,
 
48
                                      struct logical_volume *lv,
 
49
                                      const struct segment_type *segtype,
 
50
                                      uint32_t stripes,
 
51
                                      uint32_t mirrors, uint32_t log_count,
 
52
                                      uint32_t log_region_size, uint32_t extents,
 
53
                                      struct dm_list *allocatable_pvs,
 
54
                                      alloc_policy_t alloc,
 
55
                                      struct dm_list *parallel_areas);
 
56
 
 
57
int lv_add_segment(struct alloc_handle *ah,
 
58
                   uint32_t first_area, uint32_t num_areas,
 
59
                   struct logical_volume *lv,
 
60
                   const struct segment_type *segtype,
 
61
                   uint32_t stripe_size,
 
62
                   uint64_t status,
 
63
                   uint32_t region_size);
 
64
 
 
65
int lv_add_mirror_areas(struct alloc_handle *ah,
 
66
                        struct logical_volume *lv, uint32_t le,
 
67
                        uint32_t region_size);
 
68
int lv_add_mirror_lvs(struct logical_volume *lv,
 
69
                      struct logical_volume **sub_lvs,
 
70
                      uint32_t num_extra_areas,
 
71
                      uint64_t status, uint32_t region_size);
 
72
 
 
73
int lv_add_log_segment(struct alloc_handle *ah, uint32_t first_area,
 
74
                       struct logical_volume *log_lv, uint64_t status);
 
75
int lv_add_virtual_segment(struct logical_volume *lv, uint64_t status,
 
76
                           uint32_t extents,
 
77
                           const struct segment_type *segtype,
 
78
                           const char *thin_pool_name);
 
79
 
 
80
void alloc_destroy(struct alloc_handle *ah);
 
81
 
 
82
struct dm_list *build_parallel_areas_from_lv(struct logical_volume *lv,
 
83
                                             unsigned use_pvmove_parent_lv);
 
84
 
 
85
#endif