治肾虚不含糖,专注内核性能优化二十年。 https://github.com/KnightKu
发布时间:2013-05-21 10:19:03
Shared nothing架构(shared nothing architecture)是一 种分布式计算架构。这种架构中的每一个节点( node)都是独立、自给的,而且整个系统中没有单点竞争。有些系统需要集中保存大量的状态信息——数据库、应用服务器或是其他类似的单点竞争系统。 Shared Nothing在Web 应用开发中尤其受到欢迎,究其.........【阅读全文】
发布时间:2013-05-17 17:12:17
http://www.linuxidc.com/search.aspx?where=nkey&keyword=16121......【阅读全文】
发布时间:2013-05-16 11:40:01
本文主要介绍如何让glance和swift协同工作,希望能对大家有点帮助。Openstack的glance的默认的存储image的scheme是文件,如果要设置成使用swift,其中1) glance具体设置如下(glance-api.conf):# ============ Swift Store Options =============================swift_store_auth_version = 2# Address where the Swift authentication service livesswift_store_auth_address = htt......【阅读全文】