opennebula error copying image in the datastore not allowed to copy image file

Error copying image in the datastore: Not allowed to copy image file

eucimage create -d default --name byrui                                                                                        ge --path centos6.5.qcow2-1 --prefix hd --type OS --driver qcow2 --persistent

aix 与x86_linux之间的NFS 互访问题

aix NFS客户端访问x86_linux NFS服务器   需在aix上设置nfso  使aix跑nfs使用非周之口端口>1024

x86_linux NFs客户端访问aix NFs报错

mount.nfs: Remote I/O error

(解决方案,aix nfs share for linux,linux NFS客户端在挂载aix NFS服务器时需指定aixNFS服务器版本 使用-o nfsvers=2 or 3)

搞定

eucvm show 12
VIRTUAL MACHINE 12 INFORMATION
ID                  : 12
NAME                : ruige
USER                : eucalyptus
GROUP               : oneadmin
STATE               : FAILED
LCM_STATE           : LCM_INIT
RESCHED             : No
START TIME          : 11/18 10:36:16
END TIME            : 11/18 10:36:30
DEPLOY ID           : -

VIRTUAL MACHINE MONITORING
NET_TX              : 0K
USED MEMORY         : 0K
USED CPU            : 0
NET_RX              : 0K

PERMISSIONS
OWNER               : um-
GROUP               : ---
OTHER               : ---

VM DISKS
 ID TARGET IMAGE                               TYPE SAVE SAVE_AS
  0 hda    qinrui                              file   NO       -

VM NICS
 ID NETWORK              VLAN BRIDGE       IP              MAC
  0 ruige                  no br0          10.192.36.32    02:00:0a:c0:24:20
                                           fe80::400:aff:fec0:2420

VIRTUAL MACHINE HISTORY
SEQ HOST            ACTION           REAS           START        TIME     PROLOG
  0 ruige.cc        none             erro  11/18 10:36:30   0d 00h00m   0h00m00s

USER TEMPLATE
ERROR="Tue Nov 18 10:36:30 2014 : Error executing image transfer script: Error copying frontend:/srv/cloud/eucalyptus/var/datastores/1/f2c64d8675b4fd1619652ed11f410f57 to ruige.cc:/srv/cloud/eucalyptus/var//datastores/0/12/disk.0"

VIRTUAL MACHINE TEMPLATE
CONTEXT=[
  DISK_ID="1",
  TARGET="hdb" ]
CPU="2"
GRAPHICS=[
  LISTEN="0.0.0.0",
  PORT="5912",
  TYPE="vnc" ]
MEMORY="2048"
OS=[
  ARCH="x86_64" ]
TEMPLATE_ID="11"
VCPU="4"
VMID="12"

添加下面语句搞定;
10.192.36.4:/srv/cloud/eucalyptus/var/datastores /srv/cloud/eucalyptus/var/datastores nfs soft,intr,rsize=8192,wsize=8192,noauto

img制作

sudo virsh create ruige.xml
Domain ruige6.4 created from ruige.xml

destroy vms-Instance

Error copying image in the datastore: Not allowed to copy image file的更多相关文章

  1. VS error retrieving information from user datastore

    搭建好VS2005+PB6.0的开发环境后,新建MFC智能设备应用程序工程出错,错误信息如下: error retrieving information from user datastore 很奇怪 ...

  2. error: ‘for’ loop initial declarations are only allowed in

    使用gcc,出现如下错误: thread_join.c:7:5: error: 'for' loop initial declarations are only allowed in C99 mode ...

  3. mysql error 1130 hy000:Host 'localhost' is not allowed to connect to this mysql server 解决方案

    ERROR 1130 (HY000): Host 'localhost' is not allowed to connect to this MySQL server D:\Wamp\mysql-\b ...

  4. Solution of Publishing failed with multiple errors Error copying file static\

    1.前言 由于系统被IT打了防病毒补丁,然后启动web项目一直出现Publishing failed with multiple errors Error copying file static... ...

  5. error: 'for' loop initial declarations are only allowed in C99 mode

    error: 'for' loop initial declarations are only allowed in C99 mode   出现错误: error: 'for' loop initia ...

  6. MySQL8.0加载文件内容报错: ERROR 1148: The used command is not allowed with this MySQL version

    mysql数据库将文件内容加载到表中报错: mysql> LOAD DATA LOCAL INFILE '/path/pet.txt' INTO TABLE pet LINES TERMINAT ...

  7. wepy框架关闭Eslint语法校验(error More than 1 blank line not allowed no-multiple-empty-lines)

    最近在学习使用wepy框架制作小程序,导入编译的项目后报如下错误(error  More than 1 blank line not allowed  no-multiple-empty-lines) ...

  8. ERROR 1130 (HY000): Host 'test177' is not allowed to connect to this MySQL server

    异常 在测试环境新搭建的MySQL服务端,启动后登陆MySQL如下异常: [root@test177 ~]# mysql -u root -po2jSLWw0ni -h test177 mysql: ...

  9. Win下GCC报错 error: ‘for’ loop initial declarations are only allowed in C99 mode

    ##报错## 用GCC编译for循环会出现以下错误 error: 'for' loop initial declarations are only allowed in C99 mode 如图所示: ...

随机推荐

  1. wifi 攻破

    链接1 wifi 加密方式 1,wep加密 2.WPA/WPA2-PSK加密 WPA2 的破解方式: 1 爆力破解 2,pin 破解 1) 先破解 pin 码 2)再用 minidwep-gtk 破解

  2. KDE子项目一览 good

    https://www.kde.org/applications/development/ https://www.kde.org/applications/graphics/ https://www ...

  3. Trafic control 大框图(HTB )

    10.1. General diagram Below is a general diagram of the relationships of the components of a classfu ...

  4. hdu 5584 LCM Walk(数学推导公式,规律)

    Problem Description A frog has just learned some number theory, and can't wait to show his ability t ...

  5. Reward(拓扑结构+邻接表+队列)

    Reward Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 32768/32768K (Java/Other) Total Submis ...

  6. python代码中pass的用法

    我们有时会在方法中写一些注释代码,用来提示这个方法是干嘛的之类,看下面代码: class Game_object: def __init__(self, name): self.name = name ...

  7. Cocos2dx 中的CCCallFunc,CCCallFuncN,CCCallFuncND,CCCallFuncO比较

    qinning199原创,欢迎转载.转载请注明:http://www.cocos2dx.net/?p=27 首先看一张图片,表示了CCCallFunc的继承关系: 1.CCCallFunc,回调,调用 ...

  8. 如何修改 UINavigationController、UINavigationBar 中 navigationItem 左侧 “返回” 按钮的名称

    如果我们从 title 为 “首页” 的页面 A 点击进入一个子页面 B,那么在页面 B 的左上角将显示一个名为 “<首页” 的按钮.假设这个页面 A 叫 “你是我天边最美的云彩”,那在页面 B ...

  9. 从汇编来看i++与++i

    故事背景,一个正在c语言的家伙,问我++i 和 i++的问题,我当时由于要去上课没给他说,正好今晚有空就測试了一下例如以下代码: 编译环境:VS2010  语言:C++ #include <io ...

  10. .NET程序员生活开始

    不知不觉,开始踏入程序员生活了!加油吧.有关Session的好文章: 最近这两天被一个Web Farm环境下的Session处理问题虐得很痛苦,网上到处找解决方案,在无意中翻看到这篇文章,感觉很不错, ...