1ead1f93eSLiane Praza# 2ead1f93eSLiane Praza# CDDL HEADER START 3ead1f93eSLiane Praza# 4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the 5ead1f93eSLiane Praza# Common Development and Distribution License (the "License"). 6ead1f93eSLiane Praza# You may not use this file except in compliance with the License. 7ead1f93eSLiane Praza# 8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing. 10ead1f93eSLiane Praza# See the License for the specific language governing permissions 11ead1f93eSLiane Praza# and limitations under the License. 12ead1f93eSLiane Praza# 13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each 14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the 16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying 17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner] 18ead1f93eSLiane Praza# 19ead1f93eSLiane Praza# CDDL HEADER END 20ead1f93eSLiane Praza# 21ead1f93eSLiane Praza 22ead1f93eSLiane Praza# 23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24ead1f93eSLiane Praza# 25ead1f93eSLiane Praza 26ebbab6bbSDan Price# 27ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the 28ebbab6bbSDan Price# global zone only. See the include file for greater detail, as well as 29ebbab6bbSDan Price# information about overriding the defaults. 30ebbab6bbSDan Price# 31ebbab6bbSDan Price<include global_zone_only_component> 32ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/storage/svm@$(PKGVERS) 33ead1f93eSLiane Prazaset name=pkg.description value="Solaris Volume Manager commands" 34ead1f93eSLiane Prazaset name=pkg.summary value="Solaris Volume Manager" 35ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Core 36ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 37ebbab6bbSDan Pricedir path=etc group=sys 38ebbab6bbSDan Pricedir path=etc/flash group=sys 39ebbab6bbSDan Pricedir path=etc/flash/postdeployment group=sys 40ebbab6bbSDan Pricedir path=etc/flash/predeployment group=sys 41ebbab6bbSDan Pricedir path=etc/lvm group=sys 42ebbab6bbSDan Pricedir path=kernel group=sys 43ebbab6bbSDan Pricedir path=kernel/drv group=sys 44ebbab6bbSDan Pricedir path=kernel/drv/$(ARCH64) group=sys 45ebbab6bbSDan Pricedir path=kernel/misc group=sys 46ebbab6bbSDan Pricedir path=kernel/misc/$(ARCH64) group=sys 47ebbab6bbSDan Pricedir path=lib 48ebbab6bbSDan Pricedir path=lib/svc 49ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys 50ebbab6bbSDan Pricedir path=lib/svc/manifest/network group=sys 51ebbab6bbSDan Pricedir path=lib/svc/manifest/network/rpc group=sys 52ebbab6bbSDan Pricedir path=lib/svc/manifest/system group=sys 53ebbab6bbSDan Pricedir path=lib/svc/method 54ebbab6bbSDan Pricedir path=sbin group=sys 55ead1f93eSLiane Prazadir path=usr group=sys 56ead1f93eSLiane Prazadir path=usr/lib 57ead1f93eSLiane Prazadir path=usr/lib/drv 58ead1f93eSLiane Prazadir path=usr/lib/lvm 59ead1f93eSLiane Prazadir path=usr/sbin 60*c10c16deSRichard Lowedir path=usr/share/man 61*c10c16deSRichard Lowedir path=usr/share/man/man1m 62*c10c16deSRichard Lowedir path=usr/share/man/man4 63*c10c16deSRichard Lowedir path=usr/share/man/man7d 64ead1f93eSLiane Prazadir path=usr/snadm 65ead1f93eSLiane Prazadir path=usr/snadm/lib 66ebbab6bbSDan Pricedriver name=md policy="admin write_priv_set=sys_config" \ 67ebbab6bbSDan Price perms="* 0640 root sys" perms="admin 0644 root sys" 68ebbab6bbSDan Pricefile path=etc/flash/postdeployment/svm.cleanup group=sys mode=0744 69ebbab6bbSDan Pricefile path=etc/flash/predeployment/svm.save group=sys mode=0744 70ebbab6bbSDan Pricefile path=etc/lvm/devpath group=sys original_name=SUNWmd:etc/lvm/devpath \ 71ebbab6bbSDan Price preserve=true 72ebbab6bbSDan Pricefile path=etc/lvm/lock group=sys original_name=SUNWmd:etc/lvm/lock \ 73ebbab6bbSDan Price preserve=true 74ebbab6bbSDan Pricefile path=etc/lvm/md.cf group=sys original_name=SUNWmd:etc/lvm/md.cf \ 75ebbab6bbSDan Price preserve=true 76ebbab6bbSDan Pricefile path=etc/lvm/md.ctlrmap group=sys original_name=SUNWmd:etc/lvm/md.ctlrmap \ 77ebbab6bbSDan Price preserve=true 78ebbab6bbSDan Pricefile path=etc/lvm/md.tab group=sys original_name=SUNWmd:etc/lvm/md.tab \ 79ebbab6bbSDan Price preserve=true 80ebbab6bbSDan Pricefile path=etc/lvm/mddb.cf group=sys original_name=SUNWmd:etc/lvm/mddb.cf \ 81ebbab6bbSDan Price preserve=true 82ebbab6bbSDan Pricefile path=etc/lvm/runtime.cf group=sys original_name=SUNWmd:etc/lvm/runtime.cf \ 83ebbab6bbSDan Price preserve=true 84ebbab6bbSDan Pricefile path=kernel/drv/$(ARCH64)/md group=sys 85ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/md group=sys 86ebbab6bbSDan Pricefile path=kernel/drv/md.conf group=sys original_name=SUNWmd:kernel/drv/md.conf \ 87ebbab6bbSDan Price preserve=true 88ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/md_hotspares group=sys mode=0755 89ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/md_mirror group=sys mode=0755 90ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/md_notify group=sys mode=0755 91ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/md_raid group=sys mode=0755 92ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/md_sp group=sys mode=0755 93ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/md_stripe group=sys mode=0755 94ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/md_trans group=sys mode=0755 95ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/md_hotspares group=sys mode=0755 96ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/md_mirror group=sys mode=0755 97ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/md_notify group=sys mode=0755 98ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/md_raid group=sys mode=0755 99ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/md_sp group=sys mode=0755 100ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/md_stripe group=sys mode=0755 101ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/md_trans group=sys mode=0755 102ebbab6bbSDan Pricefile path=lib/libmeta.so.1 103ebbab6bbSDan Pricefile path=lib/svc/manifest/network/rpc/mdcomm.xml group=sys mode=0444 104ebbab6bbSDan Pricefile path=lib/svc/manifest/network/rpc/meta.xml group=sys mode=0444 105ebbab6bbSDan Pricefile path=lib/svc/manifest/network/rpc/metamed.xml group=sys mode=0444 106ebbab6bbSDan Pricefile path=lib/svc/manifest/network/rpc/metamh.xml group=sys mode=0444 107ebbab6bbSDan Pricefile path=lib/svc/manifest/system/mdmonitor.xml group=sys mode=0444 108ebbab6bbSDan Pricefile path=lib/svc/manifest/system/metainit.xml group=sys mode=0444 109ebbab6bbSDan Pricefile path=lib/svc/manifest/system/metasync.xml group=sys mode=0444 110ebbab6bbSDan Pricefile path=lib/svc/method/svc-mdmonitor mode=0555 111ebbab6bbSDan Pricefile path=lib/svc/method/svc-metainit mode=0555 112ebbab6bbSDan Pricefile path=lib/svc/method/svc-metasync mode=0555 113ebbab6bbSDan Pricefile path=sbin/metadb mode=0555 114ebbab6bbSDan Pricefile path=sbin/metadevadm mode=0555 115ebbab6bbSDan Pricefile path=sbin/metainit mode=0555 116ebbab6bbSDan Pricefile path=sbin/metarecover mode=0555 117ebbab6bbSDan Pricefile path=sbin/metastat mode=0555 118ead1f93eSLiane Prazafile path=usr/lib/drv/preen_md.so.1 mode=0555 119ead1f93eSLiane Prazafile path=usr/lib/lvm/mddoors mode=0555 120ead1f93eSLiane Prazafile path=usr/lib/lvm/metaclust mode=0555 121ead1f93eSLiane Prazafile path=usr/sbin/growfs mode=0555 122ead1f93eSLiane Prazafile path=usr/sbin/mdmonitord mode=0555 123ead1f93eSLiane Prazafile path=usr/sbin/medstat mode=0555 124ead1f93eSLiane Prazafile path=usr/sbin/metaclear mode=0555 125ead1f93eSLiane Prazafile path=usr/sbin/metadetach mode=0555 126ead1f93eSLiane Prazafile path=usr/sbin/metahs mode=0555 127ead1f93eSLiane Prazafile path=usr/sbin/metaimport mode=0555 128ead1f93eSLiane Prazafile path=usr/sbin/metaoffline mode=0555 129ead1f93eSLiane Prazafile path=usr/sbin/metaonline mode=0555 130ead1f93eSLiane Prazafile path=usr/sbin/metaparam mode=0555 131ead1f93eSLiane Prazafile path=usr/sbin/metarename mode=0555 132ead1f93eSLiane Prazafile path=usr/sbin/metareplace mode=0555 133ead1f93eSLiane Prazafile path=usr/sbin/metaroot mode=0555 134ead1f93eSLiane Prazafile path=usr/sbin/metaset mode=0555 135ead1f93eSLiane Prazafile path=usr/sbin/metasync mode=0555 136ead1f93eSLiane Prazafile path=usr/sbin/metattach mode=0555 137ead1f93eSLiane Prazafile path=usr/sbin/rpc.mdcommd mode=0555 138ead1f93eSLiane Prazafile path=usr/sbin/rpc.metad mode=0555 139ead1f93eSLiane Prazafile path=usr/sbin/rpc.metamedd mode=0555 140ead1f93eSLiane Prazafile path=usr/sbin/rpc.metamhd mode=0555 141*c10c16deSRichard Lowefile path=usr/share/man/man1m/growfs.1m 142*c10c16deSRichard Lowefile path=usr/share/man/man1m/mdmonitord.1m 143*c10c16deSRichard Lowefile path=usr/share/man/man1m/medstat.1m 144*c10c16deSRichard Lowefile path=usr/share/man/man1m/metaclear.1m 145*c10c16deSRichard Lowefile path=usr/share/man/man1m/metadb.1m 146*c10c16deSRichard Lowefile path=usr/share/man/man1m/metadetach.1m 147*c10c16deSRichard Lowefile path=usr/share/man/man1m/metadevadm.1m 148*c10c16deSRichard Lowefile path=usr/share/man/man1m/metahs.1m 149*c10c16deSRichard Lowefile path=usr/share/man/man1m/metaimport.1m 150*c10c16deSRichard Lowefile path=usr/share/man/man1m/metainit.1m 151*c10c16deSRichard Lowefile path=usr/share/man/man1m/metaoffline.1m 152*c10c16deSRichard Lowefile path=usr/share/man/man1m/metaonline.1m 153*c10c16deSRichard Lowefile path=usr/share/man/man1m/metaparam.1m 154*c10c16deSRichard Lowefile path=usr/share/man/man1m/metarecover.1m 155*c10c16deSRichard Lowefile path=usr/share/man/man1m/metarename.1m 156*c10c16deSRichard Lowefile path=usr/share/man/man1m/metareplace.1m 157*c10c16deSRichard Lowefile path=usr/share/man/man1m/metaroot.1m 158*c10c16deSRichard Lowefile path=usr/share/man/man1m/metaset.1m 159*c10c16deSRichard Lowefile path=usr/share/man/man1m/metastat.1m 160*c10c16deSRichard Lowefile path=usr/share/man/man1m/metasync.1m 161*c10c16deSRichard Lowefile path=usr/share/man/man1m/metattach.1m 162*c10c16deSRichard Lowefile path=usr/share/man/man1m/rpc.mdcommd.1m 163*c10c16deSRichard Lowefile path=usr/share/man/man1m/rpc.metad.1m 164*c10c16deSRichard Lowefile path=usr/share/man/man1m/rpc.metamedd.1m 165*c10c16deSRichard Lowefile path=usr/share/man/man1m/rpc.metamhd.1m 166*c10c16deSRichard Lowefile path=usr/share/man/man4/md.cf.4 167*c10c16deSRichard Lowefile path=usr/share/man/man4/md.tab.4 168*c10c16deSRichard Lowefile path=usr/share/man/man4/mddb.cf.4 169*c10c16deSRichard Lowefile path=usr/share/man/man4/meddb.4 170*c10c16deSRichard Lowefile path=usr/share/man/man7d/console.7d 171*c10c16deSRichard Lowefile path=usr/share/man/man7d/md.7d 172*c10c16deSRichard Lowefile path=usr/share/man/man7d/mediator.7d 173ead1f93eSLiane Prazafile path=usr/snadm/lib/libsvm.so.1 17471e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWmdr desc="Solaris Volume Manager driver" \ 17571e464e5SPeter Dennis - Sustaining Engineer name="Solaris Volume Manager, (Root)" 17671e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWmdu desc="Solaris Volume Manager commands" \ 17771e464e5SPeter Dennis - Sustaining Engineer name="Solaris Volume Manager, (Usr)" 178ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 179ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 180ebbab6bbSDan Pricelink path=lib/libmeta.so target=libmeta.so.1 181ead1f93eSLiane Prazalink path=usr/lib/libmeta.so target=../../lib/libmeta.so.1 182ead1f93eSLiane Prazalink path=usr/lib/libmeta.so.1 target=../../lib/libmeta.so.1 183ead1f93eSLiane Prazalink path=usr/sbin/metadb target=../../sbin/metadb 184ead1f93eSLiane Prazalink path=usr/sbin/metadevadm target=../../sbin/metadevadm 185ead1f93eSLiane Prazalink path=usr/sbin/metainit target=../../sbin/metainit 186ead1f93eSLiane Prazalink path=usr/sbin/metarecover target=../../sbin/metarecover 187ead1f93eSLiane Prazalink path=usr/sbin/metastat target=../../sbin/metastat 188ead1f93eSLiane Prazalink path=usr/snadm/lib/libsvm.so target=./libsvm.so.1 189