Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1209660
  • 博文数量: 185
  • 博客积分: 495
  • 博客等级: 下士
  • 技术积分: 1418
  • 用 户 组: 普通用户
  • 注册时间: 2012-09-02 15:12
个人简介

治肾虚不含糖,专注内核性能优化二十年。 https://github.com/KnightKu

文章分类

全部博文(185)

文章存档

2019年(1)

2018年(12)

2017年(5)

2016年(23)

2015年(1)

2014年(22)

2013年(82)

2012年(39)

发布时间: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......【阅读全文】

阅读(1988) | 评论(0) | 转发(0)

发布时间:2013-05-16 10:40:29

内核加解密算法 安全......【阅读全文】

阅读(1079) | 评论(0) | 转发(0)

发布时间:2013-05-15 11:17:42

......【阅读全文】

阅读(860) | 评论(0) | 转发(0)

发布时间:2013-05-15 10:10:18

linux2.6.32.2在proc文件系统下创建proc节点的函数是proc_create("mybuf",  S_IRUSR,  NULL,  &proc_mybuf_operations);对应的移除函数是remove_proc_entry("mybuf",  NULL);与创建的/proc/mybuf操作相关的函数是proc_mybuf_operations,这个跟字符设备.........【阅读全文】

阅读(1144) | 评论(0) | 转发(0)

发布时间:2013-05-14 14:52:46

......【阅读全文】

阅读(1060) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

登高望远海2013-09-16 22:09

你乃博客狂人。。。。。。。。。

回复  |  举报
留言热议
请登录后留言。

登录 注册