Re: [ceph-users] root and non-root user for ceph/ceph-deploy

2016-03-23 Thread yang
ate: Thu, Mar 24, 2016 11:11 AM To: "ceph-users"; Subject: Re: [ceph-users] root and non-root user for ceph/ceph-deploy Hi Yang, ceph is working with udev. There is nothing in /etc/fstab. If you are using root, you have rights on everything. If you are not using root, you h

Re: [ceph-users] root and non-root user for ceph/ceph-deploy

2016-03-23 Thread Oliver Dzombic
Hi Yang, ceph is working with udev. There is nothing in /etc/fstab. If you are using root, you have rights on everything. If you are not using root, you have not. If you run ceph-deploy as root, all commands on the target host will be executed as root. If you run ceph-deploy as non root,

[ceph-users] root and non-root user for ceph/ceph-deploy

2016-03-23 Thread yang
Anyone who can help me? -- Original -- From: "yang";; Date: Wed, Mar 23, 2016 11:30 AM To: "ceph-users"; Subject: root and non-root user for ceph/ceph-deploy Hi, everyone, In my ceph cluster, first I deploy my ceph using ceph-deploy with user root, I don't s

[ceph-users] root and non-root user for ceph/ceph-deploy

2016-03-22 Thread yang
Hi, everyone, In my ceph cluster, first I deploy my ceph using ceph-deploy with user root, I don't set up any thing after it's setup, to my surprise, the cluster can auto-start after my host reboot, all thing is ok, mon is running and OSDs of device is mounted itself and also running properly.