index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nova
/
volume
Commit message (
Expand
)
Author
Age
Files
Lines
*
more optimizations context.user.id to context.user_id
Vishvananda Ishaya
2011-02-18
1
-1
/
+1
*
replace context.user.is_admin() with context.is_admin because it is much faster
Vishvananda Ishaya
2011-02-18
1
-1
/
+1
*
When re-throwing an exception, use "raise", not "raise e". This way we don't...
Justin Santa Barbara
2011-02-15
1
-4
/
+4
|
\
|
*
Removed (newly) unused exception variables
Justin Santa Barbara
2011-02-04
1
-2
/
+2
|
*
Don't swallow exception stack traces by doing 'raise e'; just use 'raise'
Justin Santa Barbara
2011-02-04
1
-2
/
+2
*
|
Added support for 'SAN' style volumes. A SAN's big difference is that the iS...
SuperStack
2011-02-09
3
-6
/
+341
|
\
\
|
*
|
Indent args to ssh_connect correctly
SuperStack
2011-02-09
1
-2
/
+2
|
*
|
Fix PEP8 violations
SuperStack
2011-02-09
1
-8
/
+11
|
*
|
Fixes for Vish & Devin's feedback
Justin Santa Barbara
2011-02-04
1
-59
/
+18
|
*
|
Implementation of 'SAN' volumes
Justin Santa Barbara
2011-02-04
3
-6
/
+379
|
|
/
*
|
Fixed PEP8 test problems, complaining about too many blank lines at line 51
Ricardo Carrillo Cruz
2011-02-04
1
-1
/
+0
|
\
|
*
|
Fixed merge conflict
Ricardo Carrillo Cruz
2011-01-25
3
-14
/
+63
|
\
|
|
*
Resolved trunk merge conflicts
Ed Leafe
2011-01-21
2
-14
/
+59
|
|
\
|
|
*
merged trunkand fixed conflicts and pep error
Vishvananda Ishaya
2011-01-18
2
-34
/
+8
|
|
|
\
|
|
*
|
per vish's feedback, allow admin to specify volume id in any of the
Anthony Young
2011-01-18
1
-1
/
+4
|
|
*
|
update status to 'error_deleting' on volumes where deletion fails
Anthony Young
2011-01-18
1
-4
/
+11
|
|
*
|
fixes related to #701749. Also, added nova-manage commands to recover
Anthony Young
2011-01-18
2
-8
/
+43
|
*
|
|
merged trunk changes
Ed Leafe
2011-01-19
1
-2
/
+3
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Completed first pass at converting all localized strings with multiple format...
Ed Leafe
2011-01-18
2
-5
/
+8
*
|
|
|
Exception string lacking 'G' for gigabytes unit
Ricardo Carrillo Cruz
2011-01-19
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
merge from upstream to fix conflict
Andy Smith
2011-01-18
1
-2
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
This removes the need for the custom udev rule for iscsi devices. It instead...
Vishvananda Ishaya
2011-01-18
1
-2
/
+3
|
|
\
\
|
|
*
|
more useful prefix and fix typo in string
Vishvananda Ishaya
2011-01-11
1
-2
/
+3
|
|
*
|
use by-path instead of custom udev script
Vishvananda Ishaya
2011-01-11
1
-1
/
+1
*
|
|
|
revert live_migration branch
Andy Smith
2011-01-18
2
-33
/
+6
|
/
/
/
*
|
|
previous commit breaks volume.driver. fix it..
Kei Masumoto
2011-01-19
2
-7
/
+10
*
|
|
fixed based on reviewer's comment
Kei Masumoto
2011-01-19
2
-7
/
+4
*
|
|
merged trunk rev569
Kei Masumoto
2011-01-17
1
-0
/
+49
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge trunk
MORITA Kazutaka
2011-01-13
4
-30
/
+181
|
|
\
\
|
*
|
|
Add support for Sheepdog volumes
MORITA Kazutaka
2011-01-01
1
-0
/
+49
*
|
|
|
merged to rev 561 and fixed based on reviewer's comment
Kei Masumoto
2011-01-16
1
-6
/
+3
*
|
|
|
merge trunk rev560
masumotok
2011-01-14
1
-0
/
+57
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
This branch adds a backend for using RBD (RADOS Block Device) volumes in nova...
Josh Durgin
2011-01-12
1
-0
/
+57
|
|
\
\
\
|
|
*
|
|
Check for whole pool name in check_for_setup_error
Josh Durgin
2011-01-12
1
-1
/
+2
|
|
*
|
|
Add support for rbd volumes.
Josh Durgin
2011-01-03
1
-0
/
+56
|
|
|
/
/
*
|
|
|
Get reviewed and fixed based on comments.
masumotok
2011-01-14
4
-30
/
+124
|
\
|
|
|
|
*
|
|
use safer vgs call
Vishvananda Ishaya
2011-01-08
1
-3
/
+3
|
*
|
|
Now that we aren't using twisted we can vgs to check for the existence of the...
Vishvananda Ishaya
2011-01-07
1
-1
/
+2
|
|
|
/
|
|
/
|
|
*
|
Merge trunk.
Todd Willey
2011-01-07
2
-13
/
+104
|
|
\
\
|
|
*
|
Split internal API get calls to get and get_all, where the former takes an ID...
Eric Day
2011-01-05
1
-6
/
+7
|
|
*
|
Moved __init__ api code to api.py and changed allowed_instances quota method ...
Eric Day
2011-01-04
2
-82
/
+101
|
|
*
|
Moved ec2 volume operations into a volume API interface for other components ...
Eric Day
2010-12-29
1
-11
/
+80
|
|
|
/
|
*
/
Apply logging changes as a giant patch to work around the cloudpipe delete + ...
Todd Willey
2011-01-04
2
-15
/
+17
|
|
/
*
/
Add support for EBS volumes to the live migration feature.
Muneyuki Noguchi
2011-01-11
2
-4
/
+34
|
/
*
Merge eventlet and resolve all conflicts
jaypipes@gmail.com
2010-12-17
2
-97
/
+70
|
\
|
*
updates per review
termie
2010-12-14
1
-14
/
+11
|
*
port volume manager to eventlet also
Andy Smith
2010-12-08
1
-16
/
+11
|
*
intermediate commit to checkpoint progress
Andy Smith
2010-12-08
1
-75
/
+56
*
|
Final round of marking translation strings
jaypipes@gmail.com
2010-12-11
2
-15
/
+15
|
/
*
pep8 whitespace and line length fixes
Vishvananda Ishaya
2010-11-03
1
-2
/
+2
[next]