diff options
author | Alasdair Kergon <agk@redhat.com> | 2012-01-12 01:51:56 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2012-01-12 01:51:56 +0000 |
commit | a18dcfb5338208d0cbb3fa92fd0375859f4667b9 (patch) | |
tree | d0b6195fb9c07f2d55b514dd99f0675bddc30aac /lib/activate/activate.h | |
parent | 1e482f7ca636caa666c90939f42bff55559a0e5d (diff) | |
download | lvm2-a18dcfb5338208d0cbb3fa92fd0375859f4667b9.tar.gz |
Add activation/read_only_volume_list to override LV permission in metadata.
Diffstat (limited to 'lib/activate/activate.h')
-rw-r--r-- | lib/activate/activate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/activate/activate.h b/lib/activate/activate.h index e62a872a2..480c05d1f 100644 --- a/lib/activate/activate.h +++ b/lib/activate/activate.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved. - * Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. + * Copyright (C) 2004-2012 Red Hat, Inc. All rights reserved. * * This file is part of LVM2. * @@ -36,6 +36,7 @@ struct lv_activate_opts { int no_merging; int real_pool; unsigned revert; + unsigned read_only; }; /* target attribute flags */ |