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
| [ | |
| { | |
| "network": { | |
| "id": "", | |
| "address": "", | |
| "type": "", | |
| "details": {}, | |
| "devname": "", | |
| "ovs_interfaceid": "", | |
| "qbh_params": "", |
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
| 2014-04-02 08:22:47.946 ERROR nova.compute.manager [req-01929b59-25f6-4d2e-a3d7-557f10b16244 demo demo] [instance: b203765c-db87-47a9-8fe7-f9854d094f62] Error: invalid argument: lxcDomainStartWithFlags: unsupported flags (0x1) | |
| 2014-04-02 08:22:47.946 TRACE nova.compute.manager [instance: b203765c-db87-47a9-8fe7-f9854d094f62] Traceback (most recent call last): | |
| 2014-04-02 08:22:47.946 TRACE nova.compute.manager [instance: b203765c-db87-47a9-8fe7-f9854d094f62] File "/opt/stack/nova/nova/compute/manager.py", line 1309, in _build_instance | |
| 2014-04-02 08:22:47.946 TRACE nova.compute.manager [instance: b203765c-db87-47a9-8fe7-f9854d094f62] set_access_ip=set_access_ip) | |
| 2014-04-02 08:22:47.946 TRACE nova.compute.manager [instance: b203765c-db87-47a9-8fe7-f9854d094f62] File "/opt/stack/nova/nova/compute/manager.py", line 399, in decorated_function | |
| 2014-04-02 08:22:47.946 TRACE nova.compute.manager [instance: b203765c-db87-47a9-8fe7-f9854d094f62] return function(self, context, *args, **kwargs) | |
| 2014-04-02 08:2 |
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
| stack@ubuntu:~/devstack$ route -n | |
| Kernel IP routing table | |
| Destination Gateway Genmask Flags Metric Ref Use Iface | |
| 0.0.0.0 192.168.154.2 0.0.0.0 UG 0 0 0 br100 | |
| 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 br100 | |
| 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 | |
| 192.168.154.0 0.0.0.0 255.255.255.0 U 0 0 0 br100 |
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
| .exists - (past state, past launched_at) | |
| .resize.prep.start (launched_at reset) | |
| .resize.prep.end | |
| .resize.start | |
| .resize.end | |
| .exists - (past state, but pre action launched_at reset) | |
| .resize_finish.start (reset launched_at again) | |
| .exists - (new state, new launched_at) | |
| .resize_finish.end (final launched_at set) | |
| .exists - (periodic, final state, final launched_at) |
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
| @api_call | |
| def get_event_stats(request): | |
| try: | |
| filters = {} | |
| if 'when_min' in request.GET: | |
| when_min = utils.str_time_to_unix(request.GET['when_min']) | |
| filters['when__gte'] = when_min | |
| if 'when_max' in request.GET: | |
| when_max = utils.str_time_to_unix(request.GET['when_max']) |
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
| failed: [mysql4.dev.ramielrowe.com] => {"cmd": ["/usr/bin/git", "clone", "--origin", "origin", "--recursive", "--reference", "b9795009071d07a23c0a759d1589b3f155a30a49", "https://github.com/BrightcoveOS/Diamond", "/tmp/diamond"], "failed": true, "item": "", "rc": 128} | |
| stderr: fatal: reference repository 'b9795009071d07a23c0a759d1589b3f155a30a49' is not a local directory. | |
| stdout: Cloning into '/tmp/diamond'... | |
| msg: fatal: reference repository 'b9795009071d07a23c0a759d1589b3f155a30a49' is not a local directory. |
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
| Babel==1.3 | |
| Cheetah==2.4.4 | |
| Flask==0.10.1 | |
| GnuPGInterface==0.3.2 | |
| Jinja2==2.7.1 | |
| Landscape-Client==12.05 | |
| M2Crypto==0.21.1 | |
| Mako==0.9.0 | |
| MarkupSafe==0.18 | |
| MySQL-python==1.2.4 |
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
| # Set buffer pool size to 50-80% of your computer's memory | |
| innodb_buffer_pool_size=40G | |
| innodb_additional_mem_pool_size=2G | |
| # | |
| # Set the log file size to about 25% of the buffer pool size | |
| innodb_log_file_size=1G | |
| innodb_log_buffer_size=50M | |
| # | |
| innodb_flush_log_at_trx_commit=1 |
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
| Babel==1.3 | |
| Cheetah==2.4.4 | |
| Flask==0.10.1 | |
| GnuPGInterface==0.3.2 | |
| Jinja2==2.7.1 | |
| Landscape-Client==12.05 | |
| M2Crypto==0.21.1 | |
| Mako==0.9.0 | |
| MarkupSafe==0.18 | |
| MySQL-python==1.2.4 |
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
| Babel==1.3 | |
| Cheetah==2.4.4 | |
| Flask==0.10.1 | |
| GnuPGInterface==0.3.2 | |
| Jinja2==2.7.1 | |
| Landscape-Client==12.05 | |
| M2Crypto==0.21.1 | |
| Mako==0.9.0 | |
| MarkupSafe==0.18 | |
| MySQL-python==1.2.4 |