admin 发表于 2021-8-19 09:21:43

本主题需向作者支付 2 金钱 才能浏览 购买主题

admin 发表于 2021-8-19 10:09:36

# virsh pool-dumpxml pool
<pool type='dir'>
<name>pool</name>
<uuid>7f1184ac-5b71-44ea-9ae9-16b7e05c92db</uuid>
<capacity unit='bytes'>564411809792</capacity>
<allocation unit='bytes'>73069350912</allocation>
<available unit='bytes'>491342458880</available>
<source>
</source>
<target>
    <path>/var/local/qcow2/pool</path>
    <permissions>
      <mode>0711</mode>
      <owner>0</owner>
      <group>0</group>
    </permissions>
</target>
</pool>

admin 发表于 2021-8-19 10:10:26

# virsh pool-dumpxml pool
<pool type='dir'>
<name>pool</name>
<uuid>7f1184ac-5b71-44ea-9ae9-16b7e05c92db</uuid>
<capacity unit='bytes'>564411809792</capacity>
<allocation unit='bytes'>73069350912</allocation>
<available unit='bytes'>491342458880</available>
<source>
</source>
<target>
    <path>/var/local/qcow2/pool</path>
    <permissions>
      <mode>0711</mode>
      <owner>0</owner>
      <group>0</group>
    </permissions>
</target>
</pool>

admin 发表于 2021-8-19 11:17:13

但在我现在的环境中出现了,在storage中没有查看到xml文件,在pool中没有看到img的文件信息,待确认。
页: [1]
查看完整版本: virsh创建存储池相关操作记录