Josh, i created a new Ceph Filesystem with the following commands: [root@host1]# ceph osd pool create data02 256 [root@host1]# ceph osd pool create metadata02 256 [root@host1]# ceph osd dump 2>&1 |egrep '^pool' pool 0 'data' rep size 2 min_size 1 crush_ruleset 0 object_hash rjenkins pg_num 704 pgp_num 704 last_change 1 owner 0 crash_replay_interval 45 pool 1 'metadata' rep size 2 min_size 1 crush_ruleset 1 object_hash rjenkins pg_num 704 pgp_num 704 last_change 1 owner 0 pool 2 'rbd' rep size 2 min_size 1 crush_ruleset 2 object_hash rjenkins pg_num 704 pgp_num 704 last_change 1 owner 0 pool 3 'data02' rep size 2 min_size 1 crush_ruleset 0 object_hash rjenkins pg_num 256 pgp_num 256 last_change 15 owner 0 pool 4 'metadata02' rep size 2 min_size 1 crush_ruleset 0 object_hash rjenkins pg_num 256 pgp_num 256 last_change 17 owner 0 [root@host1]# ceph mds newfs 4 3 --yes-i-really-mean-it [root@host1]# mount -t ceph 10.10.0.190:6789:/ /mnt/ceph After i mounted as shown above and copied files to the mount point, the data went to the new "data02" pool of the new filesystem rather than the old default "data" pool. My question is, if i have more than one filesystem, how do i mount the filesystem i want to be able to read from and write to the correct pool? Isaac ________________________________ From: Josh Durgin <josh.durgin@xxxxxxxxxxx> To: David Zafman <david.zafman@xxxxxxxxxxx> Cc: "ceph-devel@xxxxxxxxxxxxxxx" <ceph-devel@xxxxxxxxxxxxxxx> Sent: Monday, February 11, 2013 7:13 PM Subject: Re: .gitignore issues On 02/11/2013 06:28 PM, David Zafman wrote: > > After updating to latest master I have the following files listed by git status: These are mostly renamed binaries. If you run 'make clean' on the version before the name changes (133295ed001a950e3296f4e88a916ab2405be0cc) they'll be removed. If you're sure you have nothing you want to save that's not in a commit, you can always 'git clean -fdx'. src/ceph.conf and src/keyring are generated by vstart.sh, and I forgot to add them to .gitignore again earlier. There was also a typo in ceph-filestore-dump - it was not renamed. These are fixed now. Josh > $ git status > # On branch master > # Untracked files: > # (use "git add <file>..." to include in what will be committed) > # > # src/bench_log > # src/ceph-filestore-dump > # src/ceph.conf > # src/dupstore > # src/keyring > # src/kvstorebench > # src/multi_stress_watch > # src/omapbench > # src/psim > # src/radosacl > # src/scratchtool > # src/scratchtoolpp > # src/smalliobench > # src/smalliobenchdumb > # src/smalliobenchfs > # src/smalliobenchrbd > # src/streamtest > # src/testcrypto > # src/testkeys > # src/testrados > # src/testrados_delete_pools_parallel > # src/testrados_list_parallel > # src/testrados_open_pools_parallel > # src/testrados_watch_notify > # src/testsignal_handlers > # src/testtimers > # src/tpbench > # src/xattr_bench > nothing added to commit but untracked files present (use "git add" to track) > > David Zafman > Senior Developer > david.zafman@xxxxxxxxxxx > > > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html