Re: [ceph-users] Error occurs while using ceph-deploy

2014-12-11 Thread mail list
Hi all, Any one can help ? On Dec 11, 2014, at 20:34, mail list wrote: > Hi all, > > I follow the http://docs.ceph.com/docs/master/start/quick-ceph-deploy/ to > deploy ceph, > But when install the monitor node, i got error as below: > > {code} > [louis@adminnode

[ceph-users] Error while deploy ceph

2014-12-11 Thread mail list
Hi all, i am using ceph-deploy as following on cents 6.5 x86_64: ceph-deploy -v install --release=giant adminnode as you see, I specified the release version as giant , but got the following error: [adminnode][WARNIN] curl: (22) The requested URL returned error: 404 Not Found [adminnode][DEBU

[ceph-users] Error occurs while using ceph-deploy

2014-12-11 Thread mail list
Hi all, I follow the http://docs.ceph.com/docs/master/start/quick-ceph-deploy/ to deploy ceph, But when install the monitor node, i got error as below: {code} [louis@adminnode my-cluster]$ ceph-deploy new node1 [ceph_deploy.conf][DEBUG ] found configuration file at: /home/louis/.cephdeploy.con

Re: [ceph-users] How to specify the ceph cluster name ?

2014-12-02 Thread mail list
eph-deploy --help" to see > the option. > > John > > On Tue, Dec 2, 2014 at 9:08 AM, mail list wrote: >> Hi ,all >> >> I use ceph-deploy to deploy a cluster(quick start), but the cluster name is >> ceph, Where can I >> specify the cluster name

[ceph-users] How to specify the ceph cluster name ?

2014-12-02 Thread mail list
Hi ,all I use ceph-deploy to deploy a cluster(quick start), but the cluster name is ceph, Where can I specify the cluster name in the quick start steps? ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-user

Re: [ceph-users] Question about the calamari

2014-11-30 Thread mail list
Can anybody help? On Dec 1, 2014, at 11:37, mail list wrote: > hi, all > > I have install calamari server, calamari client and diamond on a centos > server, > Then i run the following command: > {code} > [root@centos65 content]# sudo calamari-ctl initialize > [INF

[ceph-users] Question about the calamari

2014-11-30 Thread mail list
hi, all I have install calamari server, calamari client and diamond on a centos server, Then i run the following command: {code} [root@centos65 content]# sudo calamari-ctl initialize [INFO] Loading configuration.. [INFO] Starting/enabling salt... [INFO] Starting/enabling postgres... [INFO] Initia

Re: [ceph-users] Question about ceph-deploy

2014-11-27 Thread mail list
> So I guess no need for a documentation update ;-) > > Cheers > JC > > > >> On Nov 26, 2014, at 23:26, mail list wrote: >> >> Thanks JC, It works, and i think ceph should modify the manual. >> >> On Nov 27, 2014, at 13:59, Jean-Charles LOP

Re: [ceph-users] Question about ceph-deploy

2014-11-26 Thread mail list
Thanks JC, It works, and i think ceph should modify the manual. On Nov 27, 2014, at 13:59, Jean-Charles LOPEZ wrote: > Hi Louis, > > ceph-deploy install —release=giant admin-node > > Cheers > JC > > > >> On Nov 26, 2014, at 20:38, mail list wrote: >

[ceph-users] Question about ceph-deploy

2014-11-26 Thread mail list
hi all, I want to install ceph using ceph-deploy following http://docs.ceph.com/docs/master/start/quick-start-preflight/ And i want to use the latest version — giant, so i execute the following commands: {code} louis@louis-Latitude-E5440:~/ceph/my-cluster$ wget -q -O- 'https://ceph.com/git/?p=

Re: [ceph-users] Question about mount the same rbd in different machine

2014-11-25 Thread mail list
ter aware file system. > > Hope that helps! > -Mike > > -Original Message- > From: mail list [mailto:louis.hust...@gmail.com] > Sent: Tuesday, November 25, 2014 8:27 PM > To: Michael Kuriger > Cc: ceph-us...@ceph.com > Subject: Re: [ceph-users] Question abou

Re: [ceph-users] Question about mount the same rbd in different machine

2014-11-25 Thread mail list
f the other server and therefore will overwrite and > corrupt the filesystem as soon as each server writes a file. > > -Original Message----- > From: mail list [mailto:louis.hust...@gmail.com] > Sent: Tuesday, November 25, 2014 8:11 PM > To: Michael Kuriger > Cc: ceph-us.

Re: [ceph-users] Question about mount the same rbd in different machine

2014-11-25 Thread mail list
out > a cluster aware file system. > > > > -Original Message- > From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of mail > list > Sent: Tuesday, November 25, 2014 7:30 PM > To: ceph-us...@ceph.com > Subject: [ceph-users] Question about m

[ceph-users] Question about mount the same rbd in different machine

2014-11-25 Thread mail list
Hi, all I create a rbd named foo, and then map it and mount on two different machine, and when i touch a file on the machine A, machine B can not see the new file, and machine B can also touch a same file! I want to know if the rbd the same on machine A and B? or exactly they are two rbd? Any