Skip to content

Instantly share code, notes, and snippets.

@jacques
Last active August 29, 2015 14:09
Show Gist options
  • Save jacques/f4919a565c6d32ae6162 to your computer and use it in GitHub Desktop.
Save jacques/f4919a565c6d32ae6162 to your computer and use it in GitHub Desktop.
Known Issues with SDC7

Known Issues with SDC7

Provisioning the UFSD zone fails causing smartdc/init to go into maintenance

Root cause is that Postgres is in read only mode (sdc-login manatee) to edit one of the node-manatee files to force not being in readonly mode. Quite a bit of hand holding required to get moray's db in place and set perms and create one table.

sdc-manatee-stat is missing (causes sdc-backup to fail)

Copy sdc-manatee-stat from Ryan Nelson to /opt/smartdc/bin/

#!/bin/bash
sdc-login manatee ' . /root/.bashrc ; /opt/smartdc/manatee/node_modules/.bin/manatee-adm status'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment