summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 12.2.8v12.2.8Jenkins Build Slave User2018-08-302-1/+7
* Merge pull request #23825 from alfredodeza/luminous-rm34309Andrew Schoen2018-08-302-14/+37
|\
| * doc/man/ceph-volume uncomment flags that are now fully supported in batchAlfredo Deza2018-08-301-8/+7
| * doc/ceph-volume add filestore docs for batchAlfredo Deza2018-08-301-1/+26
| * doc/ceph-volume uncomment section of newly supported batch operationsAlfredo Deza2018-08-301-5/+4
|/
* Merge pull request #23813 from alfredodeza/luminous-rm34311Alfredo Deza2018-08-293-3/+5
|\
| * ceph-volume tests.functional use Debian ansible os family in deploy.ymlAlfredo Deza2018-08-291-1/+1
| * ceph-volume lvm.batch use the abspath attribute for Device objects in bluestoreAlfredo Deza2018-08-291-1/+1
| * ceph-volume lvm.batch remove usage of non-existent methodAlfredo Deza2018-08-291-1/+1
| * ceph-volume tests.functional inherit SSH_ARGS from ansible with synchronize m...Alfredo Deza2018-08-291-0/+2
|/
* Merge pull request #23811 from alfredodeza/luminous-rm34310Andrew Schoen2018-08-291-1/+1
|\
| * ceph-volume lvm.batch remove non-existent sys_api propertyAlfredo Deza2018-08-291-1/+1
|/
* Merge pull request #23809 from alfredodeza/luminous-ceph-volume-testingAndrew Schoen2018-08-295-6/+149
|\
| * ceph-volume: retry when 'vagrant up' failsAndrew Schoen2018-08-294-3/+16
| * ceph-volume: run tests without waiting on ceph reposAndrew Schoen2018-08-294-3/+133
|/
* Merge pull request #23808 from ceph/backport-luminous-23731Alfredo Deza2018-08-2915-111/+644
|\
| * ceph-volume: reset sys_info.devices in the device_info fixtureAndrew Schoen2018-08-291-0/+1
| * ceph-volume tests check uuid_name when creating an lvAlfredo Deza2018-08-291-0/+9
| * ceph-volume tests add verifications for create_vg helperAlfredo Deza2018-08-291-0/+33
| * ceph-volume tests add verifications for extend_vg helperAlfredo Deza2018-08-291-0/+24
| * ceph-volume lvm.batch update module to use Device object on strategy detectionAlfredo Deza2018-08-291-5/+4
| * ceph-volume lvm.batch.filestore use new Device objectsAlfredo Deza2018-08-291-4/+4
| * ceph-volume lvm.batch.bluestore use new Device objectsAlfredo Deza2018-08-291-16/+16
| * ceph-volume tests.util verify ValidDevice validatorAlfredo Deza2018-08-291-0/+14
| * ceph-volume util.templates allow more space for long pathsAlfredo Deza2018-08-291-3/+3
| * ceph-volume lvm.strategies create mixed type filestoreAlfredo Deza2018-08-291-5/+202
| * ceph-volume lvm.batch add new strategy validators for LVM devicesAlfredo Deza2018-08-291-1/+36
| * ceph-volume util add a new Device class validator for argsAlfredo Deza2018-08-291-0/+13
| * ceph-volume lvm.batch use new Device class and validatorAlfredo Deza2018-08-291-22/+8
| * ceph-volume api.lvm new utility to extend a volume group for one or more devicesAlfredo Deza2018-08-291-0/+25
| * ceph-volume api.lvm allow uuid suffixes in vg/lv creationAlfredo Deza2018-08-291-3/+13
| * ceph-volume: allow `lvm zap` to zap many devices at onceAndrew Schoen2018-08-292-54/+59
| * ceph-volume devices.lvm zap should skip when lv_uuid doesn't existAlfredo Deza2018-08-291-2/+4
| * ceph-volume: device.Device should ignore pvs with no vg_nameAndrew Schoen2018-08-291-1/+1
| * ceph-volume: tests for util.device.DeviceAndrew Schoen2018-08-292-0/+78
| * ceph-volume: adds sys_info constant to hold system informationAndrew Schoen2018-08-292-6/+12
| * ceph-volume util create a device module for identifying devicesAlfredo Deza2018-08-291-0/+96
|/
* Merge pull request #23805 from ceph/backport-luminous-23532Alfredo Deza2018-08-2957-203/+1376
|\
| * ceph-volume lvm.zap loop over all vgs from a pv to destroy themAlfredo Deza2018-08-291-7/+5
| * ceph-volume tests.util ensure dmcrypt_close will skip non-existent pathsAlfredo Deza2018-08-291-0/+16
| * ceph-volume util.encryption if crypt path does not exist, skip itAlfredo Deza2018-08-291-0/+4
| * ceph-volume lvm.zap unmount lvs and close dmcrypt on partitionsAlfredo Deza2018-08-291-20/+20
| * ceph-volume tests.functional batch add filestore sceanrios to tox.iniAlfredo Deza2018-08-291-5/+9
| * ceph-volume lvm.zap iterate over multiple lvs on a pvAlfredo Deza2018-08-291-25/+28
| * ceph-volume tests.functional add xenial batch testsAlfredo Deza2018-08-2921-0/+356
| * ceph-volume tests.functional add bluestore,filestore playbooksAlfredo Deza2018-08-295-0/+240
| * ceph-volume tests.functional add centos7 filestore batch testsAlfredo Deza2018-08-2910-0/+179
| * ceph-volume tests.functional add centos7 bluestore batch testsAlfredo Deza2018-08-2910-0/+177
| * ceph-volume tests.util assert new as_int,as_float helper methodsAlfredo Deza2018-08-291-0/+4
| * ceph-volume tests verify new utility for journal sizesAlfredo Deza2018-08-291-0/+54