Created
August 16, 2011 18:02
-
-
Save aeldaly/1149733 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aeldaly@disco14:~$ df -h | |
| Filesystem Size Used Avail Use% Mounted on | |
| /dev/sda6 458G 3.4G 431G 1% / | |
| none 12G 228K 12G 1% /dev | |
| none 12G 0 12G 0% /dev/shm | |
| none 12G 56K 12G 1% /var/run | |
| none 12G 0 12G 0% /var/lock | |
| none 12G 0 12G 0% /lib/init/rw | |
| none 458G 3.4G 431G 1% /var/lib/ureadahead/debugfs | |
| /dev/sda1 90M 34M 52M 40% /boot | |
| /dev/sdc1 1.8T 299G 1.5T 18% /srv/disco/ddfs/vol1 | |
| /dev/sdb1 1.8T 299G 1.5T 18% /srv/disco/ddfs/vol0 | |
| /dev/sdd1 459G 95G 342G 22% /srv/disco/data | |
| aeldaly@disco14:~$ cat /etc/disco/settings.py | |
| # Disco settings | |
| import os | |
| DISCO_USER = "disco" | |
| # -- | |
| # -- You can modify these directories as you wish | |
| # -- | |
| DISCO_HOME = "/opt/disco/lib/master/" | |
| # Root directory for Disco data. | |
| DISCO_ROOT = "/srv/disco/" | |
| # Root directory for Disco logs. | |
| DISCO_LOG_DIR = "/var/log/disco/" | |
| # Root directory for the Disco PID file. | |
| DISCO_PID_DIR = "/var/run/disco/" | |
| # -- | |
| # -- Variables below this line rarely need to be modified | |
| # -- | |
| # disco_worker is installed by setuptools to the system default bin directory | |
| DISCO_WORKER = "/usr/bin/disco-worker" | |
| DISCO_MASTER_HOME = DISCO_HOME | |
| # Lighttpd for master and nodes runs on this port. | |
| # disco://host URIs are mapped to http://host:DISCO_PORT. | |
| DISCO_PORT = 8989 | |
| # Miscellaneous flags: | |
| # - nocurl: use httplib instead of pycurl even if pycurl is available | |
| #DISCO_FLAGS = "nocurl" | |
| # Example config for Varnish proxy | |
| # DISCO_PROXY_ENABLED = "on" | |
| # DISCO_HTTPD = "/usr/sbin/varnishd -a 0.0.0.0:$DISCO_PROXY_PORT -f $DISCO_PROXY_CONFIG -P $DISCO_PROXY_PID -n/tmp -smalloc" | |
| DDFS_TAG_MIN_REPLICAS = 3 | |
| DDFS_TAG_REPLICAS = 3 | |
| DDFS_BLOB_REPLICAS = 3 | |
| aeldaly@disco14:~$ cd /srv/disco/data/disco14/ | |
| aeldaly@disco14:/srv/disco/data/disco14$ ls * | |
| 00: | |
| bidder_logs@521:5a20d:f2fd2 | |
| 01: | |
| bidder_logs@521:6047c:716c8 impression_logs@521:569d3:f35f6 | |
| bidder_logs@521:635bf:b27c6 mappings@521:5b138:4d549 | |
| bidder_logs@521:76f9d:d910b mappings@521:5f16d:83baa | |
| conversion_stats_daily@521:5b032:5691a token_cookie_stats_daily@521:560b9:17870 | |
| conversion_stats_daily@521:607c2:1ba3e tweetmemecake@521:6c99a:80d30 | |
| 02: | |
| bidder_logs@521:5c1ba:81914 impression_logs@521:503d7:e5672 token_cookie_stats_daily@521:4d67d:bbcc7 | |
| 03: | |
| conversion_stats_daily@521:5b362:6f72a skimlinkscake@521:60532:d6b03 tweetmemecake@521:69d8f:8486b | |
| 04: | |
| bidder_logs@521:66e9e:23cdb skimlinkscake@521:5df11:17418 | |
| conversion_stats_daily@521:4ff89:b5787 token_cookie_stats_daily@521:54922:c53ef | |
| mapping_cookie_stats_daily@521:53560:83e9f tweetmemecake@521:6e60d:50642 | |
| 05: | |
| bidder_logs@521:62161:145f7 conversion_stats_daily@521:55f17:264e6 | |
| 06: | |
| bidder_logs@521:62b5d:d5bbb tweetmemecake@521:634b1:30e35 | |
| mapping_cookie_stats_daily@521:6323c:80649 tweetmemecake@521:6ce4c:30571 | |
| 07: | |
| conversion_stats_daily@521:57993:5cf10 token_cookie_stats_daily@521:58d90:68566 | |
| impression_logs@521:5f9dd:5dcdb tweetmemecake@521:51ecd:40b3e | |
| 08: | |
| collectionschunkcake@521:67218:568b4 mappings@521:4ff0e:5fd38 | |
| conversion_stats_daily@521:64bf5:99b8d token_cookie_stats_daily@521:54325:4fd2a | |
| conversion_stats_daily@521:66ae4:507f1 | |
| 09: | |
| conversion_stats_daily@521:62efe:9d712 token_cookie_stats_daily@521:4b6c8:20beb | |
| 0a: | |
| bidder_logs@521:58cfa:82415 mapping_cookie_stats_daily@521:5d29e:c775a tweetmemecake@521:50c37:24f29 | |
| impression_logs@521:582ae:c77bf mappings@521:4daaf:f299d tweetmemecake@521:561a6:bc72b | |
| mapping_cookie_stats_daily@521:5b40e:13965 token_cookie_stats_daily@521:4fdd4:c0697 tweetmemecake@521:5db74:b54c4 | |
| ------- etc ---------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment