回复: Re: CloudStack使用KVM+本地存储时丢数据的问题

2013-08-22 文章 zanghongtu2006
这应该是你虚拟机内部的问题
跟cloudstack没啥关系
担心这个,还是别用虚拟化了
或者你换成vmware的收费版,至少丢数据还可能有人赔你钱




zanghongtu2006

发件人: Tao Lin
发送时间: 2013-08-22 12:30
收件人: users-cn
主题: Re: CloudStack使用KVM+本地存储时丢数据的问题
你直接断电,任何操作系统都没法保证不丢数据。


在 2013年8月22日上午11:46,helloqiner helloqi...@163.com写道:

 我使用 CloudStack4.1 + CentOS6.4 KVM + 本地存储 建立了一套测试环境,并在其上创建了一个 Win2008
 的虚拟机安装SQL Server2008数据库。

 现在发现当数据库虚拟机所在的宿主机断电后重启,虚拟机有严重的丢失数据问题!我在机器上创建的几个程序目录,以及多个库都不见了!这么严重的问题,我都不敢使了。不知各位遇到过这样的问题吗?有没有解决办法?




 qinerg

回复: Re: CloudStack使用KVM+本地存储时丢数据的问题

2013-08-22 文章 helloqiner
可是数据是几小时前甚至是几天前写入的啊, 文件也是几天前上传的。




qinerg

发件人: Tao Lin
发送时间: 2013-08-22 12:30
收件人: users-cn
主题: Re: CloudStack使用KVM+本地存储时丢数据的问题
你直接断电,任何操作系统都没法保证不丢数据。


在 2013年8月22日上午11:46,helloqiner helloqi...@163.com写道:

 我使用 CloudStack4.1 + CentOS6.4 KVM + 本地存储 建立了一套测试环境,并在其上创建了一个 Win2008
 的虚拟机安装SQL Server2008数据库。

 现在发现当数据库虚拟机所在的宿主机断电后重启,虚拟机有严重的丢失数据问题!我在机器上创建的几个程序目录,以及多个库都不见了!这么严重的问题,我都不敢使了。不知各位遇到过这样的问题吗?有没有解决办法?




 qinerg

回复: CloudStack技术沙龙18期上海站活动报名

2013-08-22 文章 赵稀露
报名


发自我的Andriod

---原始邮件---
在 2013年08月19日 16:54:36
linuxbqjlinux...@gmail.com 写道:
 
报名!


在 2013年8月19日上午9:35,Gavin Lee gavin@gmail.com写道:

 Greetings,
 本次活动将在8月24日(本周六)下午1:30在上海圣荷赛信息技术有限公司举办.
 本次活动内容非常丰富, 有API开发实战, 云测试集成实践, 深入理解CloudStack系统虚拟机等.
 另外, TCloud将会带来ElasterStack一键安装盘的发放和介绍.

 更详细的信息及报名请点击下面链接:
 http://www.cloudstack-china.org/2013/08/2319.html

 --
 Gavin




-- 
白清杰 (Born Bai)

北京开源愿景信息技术有限公司

Mail: linux...@gmail.com

vm with Cloudstack+openvswitch+KVM can not access extranal network, can ping gateway

2013-08-22 文章 不坏阿峰
vm with openvswitch+KVM can not access extranal network, can ping gateway

Cloudstack4.1.1
A: one kvm host ubuntu12.04 with openvswitch,
B:  xen server6.0,
C: one kvm host centos with openvswitch

in cloudstack have two network.
Guestvlan301 Isolated 192.168.31.0/24 ,Egress rule,   0.0.0.0/0 all
Guestvlan300 Isolated  192.168.31.0/24  ,Egress rule,   0.0.0.0/0 all


①:vrouter301 run on Xen,   Public IP Address 192.168.240.54 Guest IP
Address 192.168.31.1
   vm in vlan301 ,can ping gateway 192.168.31.1 and can access
internet. vm can run on kvm or xen, both ok.

②:vronter300 run on Kvm with openvswitch,   Public IP Address
192.168.240.53 Guest IP Address 192.168.30.1
   vm in vlan300 ,can ping gateway 192.168.30.1, but can not access
internet.  vrouter can access internet.

how to make vm under kvm+openvswitch to access outside network and internet


[root@centos-kvm01 libvirt]# ovs-vsctl show
7cb5f505-7ac1-4403-9f9d-101882ed7bad
Bridge kvmmgt
Port kvmmgt
Interface kvmmgt
type: internal
Port eth0
Interface eth0
Bridge cloudbr0
Port cloudbr0
Interface cloudbr0
type: internal
Port eth1
Interface eth1   ## Eth1 uplink port is Esxi
vswitch in promiscuous mode,  Xen server Eth1 uplink this too, can
work fine ; Kvm use native bridge work fine too.
Port vnet3
tag: 240
Interface vnet3
Port vnet0
tag: 301
Interface vnet0
Port vnet1
tag: 300
Interface vnet1
Port vnet4
tag: 240
Interface vnet4
Bridge cloud0
Port cloud0
Interface cloud0
type: internal
Port vnet2
Interface vnet2
Bridge storage
Port eth2
Interface eth2
Port storage
Interface storage
type: internal
ovs_version: 1.10.0


i do the test,
  one VM 192.168.30.90  run  ping 192.168.123.1
  vrouter 192.168.30.1(outside IP 192.168.240.53 vlan 240)  run  ping
www.google.com

[root@centos-kvm01 ~]# ovs-dpctl dump-flows |grep 30.90

in_port(9),eth(src=02:00:07:94:00:09,dst=02:00:3c:30:00:06),eth_type(0x0806),arp(sip=192.168.30.1,tip=192.168.30.90,op=2,sha=02:00:07:94:00:09,tha=02:00:3c:30:00:06),
packets:0, bytes:0, used:never, actions:push_vlan(vid=300,pcp=0),5
in_port(11),eth(src=06:28:b6:00:01:20,dst=00:50:56:97:5c:55),eth_type(0x0800),ipv4(src=192.168.30.90,dst=192.168.123.1,proto=1,tos=0,ttl=63,frag=no),icmp(type=8,code=0),
packets:5855, bytes:573790, used:0.810s,
actions:push_vlan(vid=240,pcp=0),5
in_port(5),eth(src=02:00:3c:30:00:06,dst=02:00:07:94:00:09),eth_type(0x8100),vlan(vid=300,pcp=0),encap(eth_type(0x0806),arp(sip=192.168.30.90,tip=192.168.30.1,op=1,sha=02:00:3c:30:00:06,tha=00:00:00:00:00:00)),
packets:0, bytes:0, used:never, actions:pop_vlan,9
in_port(5),eth(src=02:00:3c:30:00:06,dst=02:00:07:94:00:09),eth_type(0x8100),vlan(vid=300,pcp=0),encap(eth_type(0x0800),ipv4(src=192.168.30.90,dst=192.168.123.1,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)),
packets:5855, bytes:597210, used:0.809s, actions:pop_vlan,9

##   actions:push_vlan(vid=240,pcp=0),5  ,  this is maybe have
some problem !!!  is it??




[root@centos-kvm01 ~]# ovs-dpctl dump-flows |grep 240.53
in_port(11),eth(src=06:28:b6:00:01:20,dst=00:50:56:97:5c:55),eth_type(0x0800),ipv4(src=192.168.240.53,dst=74.125.128.105,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0),
packets:6167, bytes:604366, used:0.486s,
actions:push_vlan(vid=240,pcp=0),5
in_port(5),eth(src=00:50:56:97:5c:55,dst=06:28:b6:00:01:20),eth_type(0x8100),vlan(vid=240,pcp=0),encap(eth_type(0x0806),arp(sip=192.168.240.1,tip=192.168.240.53,op=1,sha=00:50:56:97:5c:55,tha=00:00:00:00:00:00)),
packets:0, bytes:0, used:never, actions:pop_vlan,11
in_port(5),eth(src=00:50:56:97:5c:55,dst=06:28:b6:00:01:20),eth_type(0x8100),vlan(vid=240,pcp=0),encap(eth_type(0x0800),ipv4(src=74.125.128.105,dst=192.168.240.53,proto=1,tos=0,ttl=49,frag=no),icmp(type=0,code=0)),
packets:6059, bytes:618018, used:0.450s, actions:pop_vlan,11
in_port(11),eth(src=06:28:b6:00:01:20,dst=00:50:56:97:5c:55),eth_type(0x0806),arp(sip=192.168.240.53,tip=192.168.240.1,op=2,sha=06:28:b6:00:01:20,tha=00:50:56:97:5c:55),
packets:0, bytes:0, used:never, actions:push_vlan(vid=240,pcp=0),5


Re: 4.2.0是不是已经要发布了

2013-08-22 文章 Wei ZHOU
马上就要出RC1了

在 13-8-23,陈珂che...@ourfuture.cn 写道:

 Updating pom.xml version numbers for release 4.2.0


 今天cs的git上显示pom的版本号已经从4.2.0-SNAPSHOT改成4.2.0了,这是要发布新版本的节奏么。
 2013-08-23



 陈珂



答复: 4.2.0是不是已经要发布了

2013-08-22 文章 陈珂
4.1系列的代码还是很活跃的。估计还能再出个4.1.2
4.2的新功能有哪些,谁有内幕消息给剧透一下

-邮件原件-
发件人: Wei ZHOU [mailto:ustcweiz...@gmail.com] 
发送时间: 2013年8月23日 13:14
收件人: users-cn@cloudstack.apache.org
主题: Re: 4.2.0是不是已经要发布了

马上就要出RC1了

在 13-8-23,陈珂che...@ourfuture.cn 写道:

 Updating pom.xml version numbers for release 4.2.0


 今天cs的git上显示pom的版本号已经从4.2.0-SNAPSHOT改成4.2.0了,这是要发布新
版本的节奏么。
 2013-08-23



 陈珂