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
[email protected]




--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to