Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
storagedriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
b5f38f5c4e06216a6a7142196601f179711fe7c4
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
9
Oct
5
29
Sep
12
30
Aug
29
12
Jul
23
Jun
5
May
1
22
Apr
13
9
4
23
Mar
21
17
9
Feb
6
4
Dec
15
Aug
7
Mar
3
27
Feb
17
Nov
14
12
20
Oct
16
15
3
24
Sep
23
30
Jul
9
8
7
2
25
Jun
14
13
1
Apr
24
Mar
20
17
13
1
24
Feb
20
19
17
13
11
10
8
30
Jan
23
11
Nov
16
Oct
26
Sep
12
11
10
24
Jul
22
Implement create_azure_storage_profile task.
azure
azure
Merge branch 'file-stats-fix' into 'master'
master
master
exclude directories from disk list
Merge branch 'feature-disks-stats' into 'master'
add detailed file statistics
disk: fix disk permission problem
issue_7
issue_7
some small fix
Add disk snapshot operations
Merge branch 'ceph' into new_ceph
ceph
ceph
storagedriver: Rework garbage collector logic
new_gc
new_gc
Merge branch 'master' into ceph_uniconf
add missing ceph.py, add python-cephlibs requirement
Rename util.py --> ceph.py, copy ceph.py from vmdriver
disk: small fix
fix CephDisk.download(), remove CephDisk.merge_disk_with_base(), fix exists() and make_free_space()
Make shorter some functions
storagedriver: rework delete_dump() with Ceph block device support
disk: implement check_valid_image() and checksum() methods of CephDisk, small rework in download() method
Merge branch 'fix_hostname' into 'master'
Modify hostname query in storagecelery@.service
disk, storagedriver: add ceph support for disk dowload, implement CephDisk download method
storagedriver: Reimplemenet some function for Ceph support and new garbage collector logic
Merge branch 'getctime-fix' into 'master'
disk: fix typo in magic decompression (bz2)
decompressor-ty…
decompressor-typo-fix
storagedriver: rework get_storage_stat, add ceph specific implementation
disk: add CephDisk which overrides some Disk method in Ceph specific way; small fixes in Disk
fix ctime error in make_free_space
add systemd unit files
Merge branch 'feature-fix-celery' into 'master'
change celery result backend
update requirements
Merge branch 'max-files-size' into 'master'
fix file-size handling
add maximum_size nad DOWNLOAD_MAX_SIZE (env) variable
fix downloaded disk size to use virtual size on qcow2
Merge branch 'feature-md5sum' into 'master'
remove +
fix checksum
add md5sum for download
fix Ubuntu 12.04 support (tarokkk)