xuanyuanaosheng commented on issue #6826: URL: https://github.com/apache/cloudstack/issues/6826#issuecomment-1281748396
@DaanHoogland we upgrade CloudStack from version 4.15.2.0 to 4.17.1.0 . @slavkap The status of the secondary storage of the problematic cluster: The second storage is using nfs:  ``` [[email protected] image]# pwd /image [[email protected] image]# ls snapshots template volumes [[email protected] image]# ifconfig | grep inet inet 169.254.0.1 netmask 255.255.0.0 broadcast 0.0.0.0 inet6 fe80::ecde:53ff:fecb:df73 prefixlen 64 scopeid 0x20<link> inet 10.26.246.10 netmask 255.255.255.0 broadcast 10.26.246.255 inet6 fe80::bc35:98ff:fe7a:d06a prefixlen 64 scopeid 0x20<link> inet6 fe80::9c75:d0ff:fed5:53ed prefixlen 64 scopeid 0x20<link> inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> [[email protected] image]# tree ./* ./snapshots ./template └── tmpl ├── 1 │ ├── 3 │ │ ├── 68d8aa03-dbce-4335-b2fa-4812a4ca65dc.qcow2 │ │ └── template.properties │ └── 4 │ └── template.properties └── 2 ├── 232 │ └── template.properties ├── 247 │ ├── 247-2-d800137d-4247-3e93-a3cb-915ba60c921e.iso │ └── template.properties └── 248 ├── 4b1ec60e-f0d3-3307-a321-a13152959117.qcow2 └── template.properties ./volumes 8 directories, 8 files ``` And the directory of the storage system virtual machine is empty:  ------ The status of the secondary storage of our another normal cluster: ``` [[email protected] image]# pwd /image [[email protected] image]# ls snapshots template volumes [[email protected] image]# ifconfig | grep inet inet6 fe80::9edc:71ff:feca:93b0 prefixlen 64 scopeid 0x20<link> inet 10.26.246.7 netmask 255.255.255.0 broadcast 10.26.246.255 inet6 fe80::9edc:71ff:feca:93b0 prefixlen 64 scopeid 0x20<link> inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> [[email protected] image]# tree ./* ./snapshots ./template └── tmpl ├── 1 │ ├── 253 │ │ ├── 253-1-59fef5e9-6616-3704-acf0-a0a5838dd1ae.iso │ │ └── template.properties │ ├── 255 │ │ ├── 255-1-d3e4c0b7-81af-3dc1-96ea-010a16b78c24.iso │ │ └── template.properties │ ├── 3 │ │ ├── dea9fed0-a166-45f3-b4d9-39edc1744ff6.qcow2 │ │ └── template.properties │ └── 4 │ ├── 02fc4431-c4b4-3407-bff6-50d367eb9ee8.qcow2 │ └── template.properties └── 2 ├── 247 │ ├── 247-2-d800137d-4247-3e93-a3cb-915ba60c921e.iso │ └── template.properties ├── 248 │ ├── 58a5fd71-e52e-3de0-9046-ba6a44df69ea.qcow2 │ └── template.properties └── 257 ├── 68b2c597-f9c5-3d2c-94be-fe7205e94ce2.qcow2 └── template.properties ./volumes 10 directories, 14 files ``` And the directory of the storage system virtual machine is empty:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
