This note summarizes articles from other places
about Microsoft Windows images for OpenStack creation, along with some first
hand experience. The whol...
网易镜像站点 http://mirrors.163.com/搜狐镜像站点
http://mirrors.sohu.com/阿里云镜像站点 http://mirrors.aliyun.com/北京理工大学镜像站点 IPV4
http://mirror.bit.edu.cn/web/IPV6 http....
分类:
系统相关 时间:
2014-06-02 19:54:49
阅读次数:
410
【题目】
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
But the following is not:
1
/ 2 2
\ 3 3
No...
分类:
其他好文 时间:
2014-06-02 10:56:14
阅读次数:
237
1、图形化最小安装debian7.5操作系统2、更改debian的apt源配置文件/etc/apt/sources.listroot@duan:~#cat/etc/apt/sources.list
debhttp://ftp.de.debian.org/debianwheezymaincontribnon-free
deb-srchttp://ftp.de.debian.org/debianwheezymaincontribnon-free3、更新apt,并..
分类:
其他好文 时间:
2014-06-02 10:35:03
阅读次数:
379
DS4000在LVM层面mirror的问题
方案:
两台DS4000,通过两台SAN交换机,交叉连接到两台P55A服务器,两台DS4000上的之间LUN在AIXLVM上建立mirror关系。
环境:
DS4700×2;P55A(HBA×2)×2;B16×2。
过程:
B16上划分zone,4700上做RAID、LUN,P55A识别一切正常。
P55A的AI..
分类:
其他好文 时间:
2014-06-02 04:03:50
阅读次数:
428
作为个人学习笔记分享,有任何问题欢迎交流!
最近在Gerrit中看到一个change:https://review.openstack.org/#/c/94295/ , 它主要是对当前在Ceph中创建虚拟机的流程的改进。如果glance的backend是ceph, 则nova创建虚拟机到RBD的流程是这样的:
通过glance从ceph中下载image --> 本地 --> 复制image...
分类:
其他好文 时间:
2014-06-01 17:54:07
阅读次数:
438
就一般生产系统而已,操作系统层面都要进行备份,而最常见的操作系统备份方式之一就是做镜像(mirror),而实践过程中,往往是把rootvg这个卷组做镜像操作。查看rootvg是否已经进行镜像方法:
1) lsvg –o 2)lsvg –l rootvg# lsvg -l rootvg rootv.....
分类:
其他好文 时间:
2014-05-31 20:56:23
阅读次数:
1177
Hbase的安装须要考虑Hadoop的版本号,即兼容性。有不足的希望能指出。下面考究官网得到的,关于hadoop版本号和hbase版本号可到下面网址中下载:http://mirror.bit.edu.cn/apache/hbaseHBase-0.92.xHBase-0.94.xHBase-0.96....
分类:
其他好文 时间:
2014-05-31 15:24:19
阅读次数:
377
Ubuntu
14.04国内下载镜像(部分)中国科学技术大学:http://mirrors.ustc.edu.cn/ubuntu-releases/14.04/兰州大学:http://mirror.lzu.edu.cn/ubuntu-releases/14.04/清华大学:http://mirror...
分类:
其他好文 时间:
2014-05-30 19:32:54
阅读次数:
245
Given a binary tree, check whether it is a
mirror of itself (ie, symmetric around its center).For example, this binary tree
is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-05-30 16:13:38
阅读次数:
334