This repository is part of the Joyent SmartDataCenter project (SDC). For contribution guidelines, issues, and general documentation, visit the main SDC project page.
This repo is responsible for building the fs-tarball for the SmartDataCenter (SDC) "redis" zone. See the docs for more details.
git clone git@github.com:joyent/redis.git
cd redis
make release
This section is intended to give necessary information for diagnosing and dealing with issues with the "redis" zone in a SmartDataCenter installation.
To find the redis zone(s) use the following. Currently there is only one, though redis clustering might be possible at some point.
sdc-vmapi /vms?owner_uuid=$(bash /lib/sdc/config.sh -json | json ufds_admin_uuid) \
| json -H -c "this.tags.smartdc_role=='redis'"
Look at the "redis" service.
||service/path||where||tail -f||
||redis||in each "redis" zone||sdc-login redis; tail -f /var/log/redis/redis.log
||