Re: 答复:答复: Secondary storage not working

2013-10-30 Thread Mario Giammarco
sanguren sanguren@... writes:

 
 Hi
 
 This is my test server . it is working ,, 
 

I have this configuration:

Primary:
.
├── 3a43489a-c5f7-4b05-b916-04faa227f6af
├── 3e3d467a-dac2-47d5-ad8b-380198438d4c
├── 55658553-90c5-4197-9f9e-1425886efc42
├── 7b565ba3-08e2-4e7f-83c3-6f995a983530
└── faf9e3fd-6b8d-49ae-8580-43c1ebd04fb1

0 directories, 5 files

Secondary:

.
└── template
└── tmpl
└── 1
└── 3
├── ba11b30f-0412-4979-b769-441dd9e8827c.qcow2
└── template.properties







答复: 答复: Secondary storage not working

2013-10-29 Thread sanguren
Hi

This is my test server . it is working ,, 




tmpl
│   ├── 1
│   │   ├── 1
│   │   │   ├── d115cc44-b76f-4982-b1b1-3f80a182a39c.vhd
│   │   │   └── template.properties

It is system vm template and you can write data on secondary storage 




[root@cs-msgt-test ~]# mount 10.10.30.2:/home/se01 /mnt/secondary/
[root@cs-msgt-test ~]# df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/mapper/VolGroup-lv_root
  51606140   1940596  47044104   4% /
tmpfs   948708 0948708   0% /dev/shm
/dev/sda1   495844 40706429538   9% /boot
/dev/mapper/VolGroup-lv_home
 184252492191816 174701112   1% /home
10.10.30.2:/home/se01
 251518976   7221504 231521024   4% /mnt/secondary
[root@cs-msgt-test ~]# tree /mnt/secondary/
/mnt/secondary/
├── snapshots
├── template
│   └── tmpl
│   ├── 1
│   │   ├── 1
│   │   │   ├── d115cc44-b76f-4982-b1b1-3f80a182a39c.vhd
│   │   │   └── template.properties
│   │   └── 5
│   │   ├── dnld3353763033498350786tmp_
│   │   ├── dnld646757568714445084tmp_
│   │   └── template.properties
│   └── 2
│   ├── 202
│   │   ├── 2d707773-7035-3e5c-9f23-35ea2e9bd0f2.vhd
│   │   └── template.properties
│   └── 203
│   ├── 203-2-b8c983bc-2334-3cce-a6c3-76866930bca7.iso
│   └── template.properties
└── volumes

10 directories, 9 files
[root@cs-msgt-test ~]# ll /mnt/secondary/
total 12
drwxrwxrwx 2 root root 4096 Oct 26 14:51 snapshots
drwxr-xr-x 3 root root 4096 Oct 26 14:35 template
drwxrwxrwx 2 root root 4096 Oct 26 14:51 volumes

-邮件原件-
发件人: Mario Giammarco [mailto:mgiamma...@gmail.com] 
发送时间: Wednesday, October 30, 2013 3:30 AM
收件人: users@cloudstack.apache.org
主题: Re: 答复: Secondary storage not working

sanguren sanguren@... writes:

 
   Yu can try to mount secondary storage on management server check the 
 ssvm template is download
 
I have primary and secondary mounted. There is some data on them. What should I 
check?

Thanks,
Mario