glance修改镜像

glance修改镜像一使用工具 guestfish 二准备要修改的镜像 cirros 0 3 2 x86 64 disk img root controller0 lsanaconda ks cfgcirros 0 3 2 x86 64 disk imginstall loginstall log syslogkeysto root controller0 cpcirros

一 使用工具
guestfish

二 准备要修改的镜像cirros-0.3.2-x86_64-disk.img
[root@controller0 ~]# ls anaconda-ks.cfg cirros-0.3.2-x86_64-disk.img install.log install.log.syslog keystonerc [root@controller0 ~]# cp cirros-0.3.2-x86_64-disk.img cirros-0.3.2-x86_64-disk.img.bak



三 安装guestfish
[root@controller0 ~]# yum install -y guestfish



四 修改镜像
[root@controller0 ~]# guestfish --rw -a cirros-0.3.2-x86_64-disk.img Welcome to guestfish, the libguestfs filesystem interactive shell for editing virtual machine filesystems. Type: 'help' for help on commands 'man' to read the manual 'quit' to quit the shell > 
   
     run ◓ 25% ⟦▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒══════════════════════════════════════◑ 50% ⟦▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒═══◒ 75% ⟦▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 100% ⟦▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒⟧ 00:00 > 
    
      list-filesystems /dev/sda1: ext3 > 
     
       mount /dev/sda1 / > 
      
        ls / bin boot dev etc home init initrd.img lib linuxrc lost+found media mnt old-root opt proc root run sbin sys tmp usr var vmlinuz > 
       
         ll /home/ total 4 drwxrwxr-x 4 root root 1024 Mar 17 2014 . drwxr-xr-x 21 root root 1024 Mar 17 2014 .. drwxr-xr-x 2 1000 1000 1024 Mar 17 2014 cirros drwxrwxr-x 2 root root 1024 Mar 17 2014 ftp > 
        
          touch /home/cirros/test > 
         
           ls /home/cirros/ .profile .shrc test > 
          
            upload /root/keystonerc /home/cirros/keystonerc > 
           
             cat /home/cirros/keystonerc export OS_USERNAME=admin export OS_PASSWORD=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=http://controller0:35357/v2.0 > 
            
              download /home/cirros/keystonerc /root/test.download > 
             
               exit 
              
             
            
           
          
         
        
       
      
     
   





版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/227941.html原文链接:https://javaforall.net

(0)
上一篇 2026年3月16日 下午8:10
下一篇 2026年3月16日 下午8:10


相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号