diff options
author | setje <none@none> | 2006-07-24 20:05:31 -0700 |
---|---|---|
committer | setje <none@none> | 2006-07-24 20:05:31 -0700 |
commit | 410038ae77cdf98b41f02831473fcf1fdfced25e (patch) | |
tree | 312bf748eaa05ae8a05664a035265485bb709954 | |
parent | 7e1db6d255b0a8cfcaa59571a9ecbe6da8b67987 (diff) | |
download | illumos-gate-410038ae77cdf98b41f02831473fcf1fdfced25e.tar.gz |
6451455 new-boot archive update seems to be a bit impatient
-rw-r--r-- | usr/src/cmd/boot/scripts/boot-archive-update.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/cmd/boot/scripts/boot-archive-update.xml b/usr/src/cmd/boot/scripts/boot-archive-update.xml index 8ceb7cbc0f..670a704d94 100644 --- a/usr/src/cmd/boot/scripts/boot-archive-update.xml +++ b/usr/src/cmd/boot/scripts/boot-archive-update.xml @@ -55,11 +55,17 @@ <service_fmri value='svc:/system/filesystem/local' /> </dependency> + <!-- + Since updating the boot-archive can take a while on slow machines or + when there are many glommed kernels to wad up, a longer timeout is + needed. However if it doesn't finish eventually something up, and + an error message to trigger further investigation is appropriate. + --> <exec_method type='method' name='start' exec='/lib/svc/method/boot-archive-update' - timeout_seconds='60' /> + timeout_seconds='3600' /> <exec_method type='method' |