summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add information about OpenNebula integrationDaniel Clavijo Coca2023-12-171-0/+14
| | | | | | | | | | | - Exclude doc build output from git - Fix missing doc build dependency - Also includes some involuntary automatically persistent linting by vscode Co-authored-by: Ilya Dryomov <idryomov@redhat.com> Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com> Co-authored-by: Zac Dover <zac.dover@proton.me> Signed-off-by: Daniel Clavijo <dclavijo@opennebula.io>
* osd/scrub: scrubbing schedule - minor related cleanupsRonen Friedman2021-11-051-0/+1
| | | | Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
* gitignore: Add vstart_environment.shAdam C. Emerson2020-09-091-1/+2
| | | | Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* .gitignore: Ignore Python build artifactsAdam C. Emerson2020-05-151-0/+2
| | | | Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* .gitignore: Add .mypy-cache to .gitignoreKristoffer Grönlund2020-02-241-0/+4
| | | | | | Ignore the mypy cache directory. Signed-off-by: Kristoffer Grönlund <kgronlund@suse.com>
* rgw: Add support bucket policy for subuserSeena Fallah2020-02-111-0/+2
| | | | Signed-off-by: Seena Fallah <seenafallah@gmail.com>
* Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"Sage Weil2019-11-221-3/+0
| | | | | | | | | This reverts commit 669453138d89e0f797a1bd37f38a2d68e6aac366, reversing changes made to 36f5fcbb97eb2b1bceb526331eb3464f460fc701. Signed-off-by: Sage Weil <sage@redhat.com> - conflicts due to code rearrangement in 14b0db908f652032c358e419ffa90f5676698d0e
* gitignore: Python build artifactsAdam C. Emerson2019-11-041-0/+3
| | | | Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* Improve .gitignoreVolker Theile2019-08-151-1/+3
| | | | | | Ignore some Python related caching dirs. Signed-off-by: Volker Theile <vtheile@suse.com>
* mgr/dashboard: Remove messages.xlfSebastian Krah2019-05-091-0/+1
| | | | | | | | Removes the messages.xlf file from the git repository, due to a lot of merge conflicts. It won't cause any problems, because the file is not important for building or the translation during runtime. Fixes: https://tracker.ceph.com/issues/38003 Signed-off-by: Sebastian Krah <skrah@suse.com>
* mgr/dashboard: Add protractor-screenshoter-pluginalfonsomthd2019-03-271-0/+1
| | | | | | | | | A plugin to save screenshots on E2E tests failures as well as console logs, raw HTML, ... All info visualized in an HTML report (screenshots are clickable to see full image). Useful for debugging/fixing E2E tests. Signed-off-by: Alfonso Martínez <almartin@redhat.com>
* mgr: Ignore __pycache__ and wheelhouse dirsVolker Theile2019-02-191-0/+1
| | | | Signed-off-by: Volker Theile <vtheile@suse.com>
* git: Ignore tags anywhereDavid Zafman2019-01-271-1/+1
| | | | Signed-off-by: David Zafman <dzafman@redhat.com>
* mgr/dashboard: About modal proposed changesKanika Murarka2019-01-161-0/+3
| | | | | Fixes: http://tracker.ceph.com/issues/35693 Signed-off-by: Kanika Murarka <kmurarka@redhat.com>
* mgr/dashboard: Ignore .idea directory (created by PyCharm for example)Volker Theile2018-09-251-0/+3
| | | | Signed-off-by: Volker Theile <vtheile@suse.com>
* .gitignore: ignore build.*/Sage Weil2018-09-211-0/+1
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* .gitignore: allow debian .patch filesKen Dreyer2017-09-071-0/+1
| | | | | | | | | | | | | | The Ubuntu packaging layout with git-buildpackage assumes a "debian/patches/" directory with several .patch files in it. When upstream's .gitignore tells Git to ignore .patch files, we have to edit that line out downstream. When we forget to do that downstream, it can lead to missing patches and broken downstream builds. Allow patches in the /debian/patches directory so it's easier to maintain an Ubuntu package based on upstream's Git repo. Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
* .gitignore: exclude rpm filesLeo Zhang2017-06-171-0/+1
| | | | Signed-off-by: Leo Zhang <nguzcf@gmail.com>
* Merge pull request #9853 from dx9/wip-alpine-dev-supportSage Weil2017-04-221-0/+4
|\ | | | | alpine: add alpine linux dev support
| * alpine: add alpine packaging supportJohn Coyle2016-12-211-0/+4
| | | | | | | | Signed-off-by: John Coyle <dx9err@gmail.com>
* | gitignore: Ignore rejects by patchWillem Jan Withagen2017-04-081-0/+1
|/ | | | Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* tests: save 9 characters for asok pathsLoic Dachary2016-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | For vstart.sh powered tests, save 9 characters in the path name by replacing testdir/test- with td/t- 60 characters imposed by jenkins 9 characters for src/test 5 characters for td/t- 33 left (instead of 24) for the test to create asok such as out/client.admin.25327.asok Moving these files outside of the build directory is a bad idea because tests should only create/use files within the builddir and not write outside of this directory. Doing so would make things more complicated for cleanup in case the test fail and create other problems as a consequence (filling out disk space, conflicting directories between runs etc.). For ceph-helpers.sh tests replace testdir with td, saving 5 characters. This is not strictly necessary but keeps the directory names consistent: if the developer wants to get rid of all the test leftovers, it is enough to remove the a single directory: td. Fixes: http://tracker.ceph.com/issues/16014 Signed-off-by: Loic Dachary <loic@dachary.org>
* .gitignore: Add .pyc files globallyBrad Hubbard2016-09-141-0/+1
| | | | Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
* remove autotoolsSage Weil2016-09-071-43/+0
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* .gitignore: exclude coredumps, logfiles and temporary testresultsWillem Jan Withagen2016-05-291-2/+8
| | | | Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* gitignore: ignore backup files from editors etc.Abhishek Lekshmanan2016-01-271-0/+3
| | | | Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
* tests: ignore test-suite.logLoic Dachary2015-11-141-0/+1
| | | | | | | | Now that the tests at the top level directory are run via TESTS and not check-local:, the test-suite.log file is created and must bit gitignored. Signed-off-by: Loic Dachary <loic@dachary.org>
* systemd: eliminate ceph-rgw tmpfiles.d fileSage Weil2015-09-141-1/+0
| | | | | | | This is for storing the rgw socket files for fastcgi, which we do not want to enable by default. Signed-off-by: Sage Weil <sage@redhat.com>
* systemd: no need to preprocess ceph-osd@serviceSage Weil2015-09-141-1/+0
| | | | | | This used to be necessary but now is not. Signed-off-by: Sage Weil <sage@redhat.com>
* .gitignore: ignore build (usually used by cmake)Sage Weil2015-09-031-0/+3
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* Autotools to install systemd unit files.Owen Synge2015-08-011-0/+1
| | | | | | | To simplify the spec file we should install as much using autotools and as little as possible in the spec file. Signed-off-by: Owen Synge <osynge@suse.com>
* Added tmpfiles.d for rgw: templated user and group.Owen Synge2015-08-011-0/+1
| | | | | | | | | | | | | | | | tmpfiles.d are part of system.d and define how temporary directories are setup. rgw needs a socket directory. To do this we template tmpfiles.d user and group for rgw and fill in the values using autotools. Note1: Added to spec file. Note2: Name changed to rgw from radosgw as is preferred name by Sage. Note3: Adds configure options --with-rgw-user=UserName --with-rgw-group=GroupName Note4: Defaults set for debian Note5: spec file overrides defaults for redhat and suse Signed-off-by: Owen Synge <osynge@suse.com>
* .gitignore: systemd/ceph-osd@.serviceOwen Synge2015-05-271-0/+1
| | | | | | | | systemd/ceph-osd@.service is now auto-generated by autotools. This means the file should be added to gitignored list. Signed-off-by: Owen Synge <osynge@suse.com>
* tests: replace existing gtest 1.5.0 with gmock/gtest 1.7.0Jason Dillaman2015-01-261-1/+1
| | | | | | | | Google Testing Framework is included by default within the Google C++ Mocking Framework. Update makefiles to use new gmock/gtest libraries and remove old gtest source code. Signed-off-by: Jason Dillaman <dillaman@redhat.com>
* examples: Add example for the librados C APIAdam Crume2014-08-211-0/+1
| | | | | | Simply copied and modified the C++ API example. Signed-off-by: Adam Crume <adamcrume@gmail.com>
* .gitignore: ignore files generated by ctags on topdirDanny Al-Gaaf2014-05-111-0/+1
| | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* .gitignore: add some patch/diff related filesDanny Al-Gaaf2014-05-111-1/+3
| | | | | | Change *.patch to be ignored in general on all dirs. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* .gitignore: add examples/librados filesLoic Dachary2014-03-311-0/+2
| | | | Signed-off-by: Loic Dachary <loic@dachary.org>
* .gitignore gtags(1) generated filesLoic Dachary2013-09-231-1/+7
| | | | Signed-off-by: Loic Dachary <loic@dachary.org>
* .gitignore: ignore test-driverSage Weil2013-08-211-0/+1
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* .gitignore: add directory from coverity toolsDanny Al-Gaaf2013-05-311-0/+3
| | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* .gitignore: cleanup and sort entriesDanny Al-Gaaf2013-02-101-42/+38
| | | | | | | | Cleanup old entries and sort the existing entries. Remove no longer existing entries/files. Move some entries from top level .gitignore files down to the correct subdir .gitignore file. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* ceph-test: give binaries from ceph-test package useful namesDanny Al-Gaaf2013-02-101-2/+3
| | | | | | | | | | | The files from the ceph-test subpackage are installed to /usr/bin, give them more useful names to make sure that the user know they belong to ceph. add a 'ceph_' prefix and change some test* binaries to ceph_test_*. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* test/bench: add rbd backend to smalliobenchJosh Durgin2013-01-231-4/+0
| | | | | | | Only supports format 1 images to start, and does not issue flushes, so it's best used with caching off. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* test/bench: add tp benchSamuel Just2012-10-301-0/+1
| | | | Signed-off-by: Samuel Just <sam.just@inktank.com>
* test/bench: small io benchmarkerSamuel Just2012-10-301-0/+3
| | | | | | | | | Precreates objects and does writes to random offsets within random objects. Includes rados, filestore, and vanilla fs variants Signed-off-by: Samuel Just <sam.just@inktank.com>
* Makefiles: Add ar-lib to .gitignore.Gary Lowell2012-10-151-0/+1
|
* Makefiles: ignore the m4 macro directoryGary Lowell2012-10-151-0/+4
|
* gitignore: Remove "nbproject", no idea what that even is.Tommi Virtanen2012-09-071-1/+0
| | | | | | | Looks like this line was accidentally introduced in commit af4d8db55f7268ab68ee5a7e17ac58c993528566. Signed-off-by: Tommi Virtanen <tv@inktank.com>
* test, key_value_store: added distributed flat btree key-value storeEleanor Cawthon2012-09-021-1/+2
| | | | | | | | | | | Uses one index object and many sub objects to store key-value pairs. The pairs are stored in the omaps of librados objects. The index contains keys corresponding to the highest key in an object, and values that contain the name of the object where the key range is stored. The tree guarantees that the number of pairs in an object will be > k and < 2k for a user-specified k. KvStoreBench contains benchmarking tests. Signed-off-by: Eleanor Cawthon <eleanor.cawthon@inktank.com>