Skip to content

Commit

Permalink
Disable fm/smtp-notify because of reboot issue
Browse files Browse the repository at this point in the history
We detected an issue that the server isn't stopped somehow during reboot of the zone. This error happen sometimes and is currenlty not all time reproducible. But the zone will freeze and could only be restarted by restarting the global zone. For that reason we disabled the notificateion service again.

wiedi/deploy-zone@4ad54bd
  • Loading branch information
drscream committed Feb 24, 2016
1 parent c78479e commit b84c0f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions copy/var/zoneinit/includes/19-svc-notify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@

svccfg setnotify -g from-online,to-maintenance mailto:root@localhost
svccfg setnotify problem-diagnosed,problem-updated mailto:root@localhost

svcadm enable -r svc:/system/fm/smtp-notify:default
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name="core-base"
organization="SkyLime"
brand="Instance"
version="15.4.0"
version="15.4.1"
description="Base core.io image"
homepage="https://github.com/skylime/mi-core-base"
users="root admin"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-base",
"version": "15.4.0",
"version": "15.4.1",
"description": "Base core.io image",
"organization": "SkyLime",
"brand": "Instance",
Expand Down

0 comments on commit b84c0f8

Please sign in to comment.