连击 天
fork: star:
假设你在虚拟机里面的使用ifconfig看到的它自己的mac地址为A,然后在其他随便一台机器上ssh连接一下这个虚拟机(连接它的floating ip),然后再断开连接,使用arp -n 命令,这时假设你看到的...
1,可能服务器负载太高。 2,可能是keystone数据库里的token表太久未清理,表太大。删除较早的token: delete from token where not DATE_SUB(CURDATE(),INTERVAL 2 DAY)<=expires;(...
The Internet Small Computer System Interface (iSCSI) is an IP-based standard for connecting storage devices. iSCSI encapsulates SCSI commands in IP network packets, which allows...
SwiftStack在OpenStack Swift基础上开发的一种产品,当然公司的名称也同样为SwiftStack。 博客:http://swiftstack.com/blog/ SwiftStack里面有篇文章比较好的是Swift Capacity Management 即...
写在前面…… 最近在测试OpenStack Havana RDO版本的时候,发现过一段时间后,整个平台会变动的越来越慢。刚刚开始还没什么动力去trouble shooting,毕竟就一demo的环境。昨天居然给让我无法...
按照我的理解,openstack里的cinder volume创建、管理磁盘实际是用tgtadm管理的来自网络中的lvm磁盘。 有时cinder volume一直处于creating状态或者deleting状态,下层磁盘用不了也删不掉,占...
ubuntu 12.04中iscsi target和initiator的安装和使用 实验目的:将一台主机上的硬盘作为一个iscsi target挂载到另外一台主机上 。 1. iscsi的target端 www.2cto.com (1)安装 iscsi target...
【前言】 今天错误的将一台xen虚拟机的内核修改为普通内核,重启后无法启动。没办法,只能通过挂载磁盘文件,修改虚拟机系统的grub.conf以修复该问题。 1.0 挂载RAW磁盘方法 未分区镜像文件直...
这种方法也可以用作内部局域网络和外部网络连接的方法,可以是外部网络机器访问内部网络也可以时内网机器访问外网。具体使用根据实际情况变通。 基本思路 1.新建虚拟网卡 2.在虚拟机启动中设...
QEMU Networking QEMU has a number of really nice ways to set up networking for its guests. It can be a little bewildering to figure out how each of the options work, so I though...
故事是这样的,在CentOS里mount了一块cinder volume,然后现在物理机关机了,关机前没有对CentOS实例里的cinder volume做umount只是detach了,下次再开机,开启该CentOS虚拟机时就会发现一个...
With this being the first of a short series, I'd like to publish some articles intendend to cover the required steps to configure Cinder (OpenStack block storage service) in a m...
在swift里要访问一个object需要先通过认证系统认证,比如通过keystone获得一个token再用这个token才能去访问资源。如果要构建公有云就得允许匿名访问资源。在swift里通过设置container ACLs是...
This blog post is a reminder for swift ACL usage. ACLs in swift are set up by the acl.py middleware. The ACL let the account (or tenant) owner set R/W access rights for authenti...
Graphite 安装必要软件包: $ sudo apt-get install apache2 libapache2-mod-wsgi python-django \ python-twisted python-cairo python-pip python-django-tagging 用 pip 安装 whisper (简...
When add new swift storge node,and rebalance the ring,it Note: Balance of 2193 indicates you should push this ring, wait at least 1 hour, and rebalance/repush,that means copy th...
1. What is iSCSI? It is a network storage protocol above TCP/IP. This protocol encapsulates SCSI data into TCP packets. iSCSI allows us to connect a host to a storage array via ...
如果在挂载到实例上的volume上安装了swift(充当存储节点)的话,如果把该volume卸了再重启实例是会出问题的,会出现类似下面的情况,然后就一直不动了。。。 问题在于官方的swift安装文档里...
接着前面写过的一篇下载的代码接着再写一个下载的PHP代码,仍然要假设先已经获得了相关的publicURL和token,废话不说了,直接上代码 <?php $uri = '/txg/pic';//container以及上传之...
官方有关于swift的API文档,比较详细http://docs.openstack.org/api/openstack-object-storage/1.0/content/这里我写了一个PHP版的上传代码, -.-,但是我的主要目的是体现这个使用方法~~,进...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复