changeset 2726:e5cd8a9c8b0d

6451134 System loops in a boot when MPxIO is enabled on the SCSI root disk which is root encap under vxvm
author qh201292
date Wed, 13 Sep 2006 22:35:49 -0700
parents d08730c348e9
children fa06bd58f0f9
files usr/src/cmd/stmsboot/mpxio-upgrade.xml
diffstat 1 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/stmsboot/mpxio-upgrade.xml	Wed Sep 13 20:15:33 2006 -0700
+++ b/usr/src/cmd/stmsboot/mpxio-upgrade.xml	Wed Sep 13 22:35:49 2006 -0700
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
 <!--
- Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  Use is subject to license terms.
 
  CDDL HEADER START
 
  The contents of this file are subject to the terms of the
- Common Development and Distribution License, Version 1.0 only
- (the "License").  You may not use this file except in compliance
- with the License.
+ Common Development and Distribution License (the "License").
+ You may not use this file except in compliance with the License.
 
  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  or http://www.opensolaris.org/os/licensing.
@@ -53,6 +52,14 @@
 		<service_fmri value='svc:/system/metainit' />
 	</dependency>
 
+	<dependency
+	    name='vxvm-sysboot'
+	    type='service'
+	    grouping='optional_all'
+	    restart_on='none'>
+		<service_fmri value='svc:/system/vxvm/vxvm-sysboot' />
+	</dependency>
+
 	<dependent
 	    name='root'
 	    grouping='optional_all'