Amit Aviram has posted comments on this change.
Change subject: Image upload- servlet update
..
Patch Set 2:
(1 comment)
https://gerrit.ovirt.org/#/c/42226/2/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/
Amit Aviram has uploaded a new change for review.
Change subject: Image upload- servlet update
..
Image upload- servlet update
Change-Id: Iffdaa2e8fb2a9fff5fea6ef540ffb00cb2e4e2f8
Signed-off-by: Amit Aviram
---
A backend/manage
Amit Aviram has abandoned this change.
Change subject: Servlet for image upload
..
Abandoned
--
To view, visit https://gerrit.ovirt.org/41287
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: abandon
Amit Aviram has abandoned this change.
Change subject: image-upload: proxy for image upload
..
Abandoned
--
To view, visit https://gerrit.ovirt.org/41286
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageT
tServlet", urlPatterns = {"/hello"})
+@WebServlet("/upload")
+public class ImportServlet extends HttpServlet {
+static final String path =
"/home/aaviram/src/ImageUpload/ovirt-import-proxy/output/";
+private InputStream inputStream;
+
+@Override
+prot
Amit Aviram has uploaded a new change for review.
Change subject: : short summary under 50 chars
..
: short
summary under 50 chars
Longer description using lines' length under 72 chars.
With multiple paragraphs if necessary.
Amit Aviram has posted comments on this change.
Change subject: restapi: Extending disk editing when adding a new template.
..
Patch Set 1:
Build tests succeeded locally
--
To view, visit https://gerrit.ovirt.org/40986
To uns
Amit Aviram has posted comments on this change.
Change subject: restapi: Extending disk editing when adding a new template.
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/40986
To unsubscribe, visit http
Amit Aviram has uploaded a new change for review.
Change subject: restapi: Extending disk editing when adding a new template.
..
restapi: Extending disk editing when adding a new template.
Currently when adding a new template, i
Amit Aviram has posted comments on this change.
Change subject: core: NPE fix in clone image from snapshot
..
Patch Set 2: Verified+1
--
To view, visit https://gerrit.ovirt.org/40753
To unsubscribe, visit https://gerrit.ovirt.
Amit Aviram has posted comments on this change.
Change subject: core: Extracting virtIO-scsi disabling check in CDA
..
Patch Set 2: Verified+1
--
To view, visit https://gerrit.ovirt.org/40752
To unsubscribe, visit https://gerr
Amit Aviram has uploaded a new change for review.
Change subject: core: Extracting virtIO-scsi disabling check in CDA
..
core: Extracting virtIO-scsi disabling check in CDA
VirtIO-scsi disabling validation in AddVmFromSnapshotCo
Amit Aviram has uploaded a new change for review.
Change subject: core: NPE fix in clone image from snapshot
..
core: NPE fix in clone image from snapshot
NPE is thrown from AddVmFromSnapshotCommand's CDA. This is caused
because
Amit Aviram has posted comments on this change.
Change subject: core: Extracting virtIO-scsi disabling check in CDA
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/40727
To unsubscribe, visit https://gerr
Amit Aviram has posted comments on this change.
Change subject: core: NPE fix in clone image from snapshot
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/40728
To unsubscribe, visit https://gerrit.ovirt.
Amit Aviram has uploaded a new change for review.
Change subject: core: Extracting virtIO-scsi disabling check in CDA
..
core: Extracting virtIO-scsi disabling check in CDA
VirtIO-scsi disabling validation in AddVmFromSnapshotCo
Amit Aviram has uploaded a new change for review.
Change subject: core: NPE fix in clone image from snapshot
..
core: NPE fix in clone image from snapshot
NPE is thrown from AddVmFromSnapshotCommand's CDA. This is caused
because
Amit Aviram has posted comments on this change.
Change subject: core: Extracting virtIO-scsi disabling check in CDA
..
Patch Set 2: Verified+1
--
To view, visit https://gerrit.ovirt.org/40710
To unsubscribe, visit https://gerr
Amit Aviram has posted comments on this change.
Change subject: core: Extracting virtIO-scsi disabling check in CDA
..
Patch Set 1:
(1 comment)
https://gerrit.ovirt.org/#/c/40710/1/backend/manager/modules/bll/src/main/java/org
Amit Aviram has posted comments on this change.
Change subject: core: NPE fix in clone image from snapshot
..
Patch Set 2: Verified+1
--
To view, visit https://gerrit.ovirt.org/40662
To unsubscribe, visit https://gerrit.ovirt.
Amit Aviram has uploaded a new change for review.
Change subject: core: Extracting virtIO-scsi disabling check in CDA
..
core: Extracting virtIO-scsi disabling check in CDA
VirtIO-scsi disabling validation in AddVmFromSnapshotCo
Amit Aviram has uploaded a new change for review.
Change subject: core: NPE fix in clone image from snapshot
..
core: NPE fix in clone image from snapshot
NPE is thrown from AddVmFromSnapshotCommand's CDA. This is caused
because
/core/bll/storage/UploadImageInitCommand.java
@@ -0,0 +1,20 @@
+package org.ovirt.engine.core.bll.storage;
+
+import org.ovirt.engine.core.bll.CommandBase;
+import org.ovirt.engine.core.bll.utils.PermissionSubject;
+
+import java.util.List;
+
+/**
+ * Created by aaviram on 3/19/15.
+ */
+public class
Amit Aviram has posted comments on this change.
Change subject: engine: Add support for Refresh LUNs size
..
Patch Set 8:
(1 comment)
https://gerrit.ovirt.org/#/c/39318/8/backend/manager/modules/dal/src/main/resources/bundles/
Amit Aviram has posted comments on this change.
Change subject: core: QuotaStorageDependent removal in ExtendImageSizeCommand.
..
Patch Set 1: Verified+1
(1 comment)
https://gerrit.ovirt.org/#/c/39866/1/backend/manager/modules
Amit Aviram has uploaded a new change for review.
Change subject: core: QuotaStorageDependent removal in ExtendImageSizeCommand.
..
core: QuotaStorageDependent removal in ExtendImageSizeCommand.
ExtendImageSizeCommand currently
Amit Aviram has posted comments on this change.
Change subject: core: Quota consumption for Vm's disk updating refactor.
..
Patch Set 1:
(1 comment)
https://gerrit.ovirt.org/#/c/39398/1/backend/manager/modules/bll/src/main/jav
Amit Aviram has posted comments on this change.
Change subject: core: Quota consumption for Vm's disk updating refactor.
..
Patch Set 2: Verified+1
--
To view, visit https://gerrit.ovirt.org/39398
To unsubscribe, visit https:/
Amit Aviram has posted comments on this change.
Change subject: core: Quota consumption for Vm's disk updating refactor.
..
Patch Set 1: -Verified
(1 comment)
https://gerrit.ovirt.org/#/c/39398/1/backend/manager/modules/bll/sr
Amit Aviram has posted comments on this change.
Change subject: core: Requesting to consume quota while extending a disk fix.
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/39442
To unsubscribe, visit ht
Amit Aviram has uploaded a new change for review.
Change subject: core: Requesting to consume quota while extending a disk fix.
..
core: Requesting to consume quota while extending a disk fix.
Until now when the user wanted to e
Amit Aviram has posted comments on this change.
Change subject: core: Requesting to consume quota while extending a disk fix.
..
Patch Set 3: Verified+1
--
To view, visit https://gerrit.ovirt.org/39330
To unsubscribe, visit ht
Amit Aviram has posted comments on this change.
Change subject: core: Quota consumption for Vm's disk updating refactor.
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/39398
To unsubscribe, visit https:/
Amit Aviram has uploaded a new change for review.
Change subject: core: Quota consumption for Vm's disk updating refactor.
..
core: Quota consumption for Vm's disk updating refactor.
Refactor have been made to the quota request
Amit Aviram has posted comments on this change.
Change subject: core: Requesting to consume quota while extending a disk fix.
..
Patch Set 2:
(5 comments)
https://gerrit.ovirt.org/#/c/39330/2/backend/manager/modules/bll/src/ma
Amit Aviram has posted comments on this change.
Change subject: core: Requesting to consume quota while extending a disk fix.
..
Patch Set 2: Verified+1
--
To view, visit https://gerrit.ovirt.org/39330
To unsubscribe, visit ht
Amit Aviram has uploaded a new change for review.
Change subject: core: Requesting to consume quota while extending a disk fix.
..
core: Requesting to consume quota while extending a disk fix.
Until now when the user wanted to e
Amit Aviram has posted comments on this change.
Change subject: webadmin: DataCenterStorageListModel update availability
refactor.
..
Patch Set 4: Verified+1
--
To view, visit https://gerrit.ovirt.org/38585
To unsubscribe, vi
Amit Aviram has posted comments on this change.
Change subject: webadmin: DataCenterStorageListModel update availability
refactor.
..
Patch Set 2: Verified+1
--
To view, visit https://gerrit.ovirt.org/38585
To unsubscribe, vi
Amit Aviram has posted comments on this change.
Change subject: core: Renamed storage entities as per Java naming standards
..
Patch Set 3: Code-Review+1
--
To view, visit https://gerrit.ovirt.org/38659
To unsubscribe, visit h
Amit Aviram has posted comments on this change.
Change subject: core: Moved storage related entities to the storage package
..
Patch Set 4:
(1 comment)
https://gerrit.ovirt.org/#/c/38650/4/backend/manager/modules/bll/src/main/
Amit Aviram has posted comments on this change.
Change subject: core: Moved storage related entities to the storage package
..
Patch Set 4: Code-Review+1
--
To view, visit https://gerrit.ovirt.org/38650
To unsubscribe, visit h
Amit Aviram has posted comments on this change.
Change subject: webadmin: Disabling unsupported storage types when adding a
domain.
..
Patch Set 6: Verified+1
--
To view, visit https://gerrit.ovirt.org/38544
To unsubscribe, v
Amit Aviram has posted comments on this change.
Change subject: webadmin: Disabling unsupported storage types when adding a
domain.
..
Patch Set 5:
(2 comments)
https://gerrit.ovirt.org/#/c/38544/5/frontend/webadmin/modules/u
Amit Aviram has uploaded a new change for review.
Change subject: webadmin: StorageListModel fix for Coveritiy scan.
..
webadmin: StorageListModel fix for Coveritiy scan.
A coveritiy scan have found a null dereference in a recen
Amit Aviram has posted comments on this change.
Change subject: webadmin: StorageListModel fix for Coveritiy scan.
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/38642
To unsubscribe, visit https://gerri
Amit Aviram has posted comments on this change.
Change subject: webadmin: Disabling unsupported storage types when adding a
domain.
..
Patch Set 4: Verified+1
--
To view, visit https://gerrit.ovirt.org/38544
To unsubscribe, v
Amit Aviram has posted comments on this change.
Change subject: restapi,core: Enabling disk's description edit when adding a
new template.
..
Patch Set 7: Verified+1
--
To view, visit https://gerrit.ovirt.org/38290
To unsubsc
Amit Aviram has uploaded a new change for review.
Change subject: webadmin: DataCenterStorageListModel update availability
refactor.
..
webadmin: DataCenterStorageListModel update availability refactor.
Currently every time a s
Amit Aviram has posted comments on this change.
Change subject: webadmin: Disabling unsupported storage types when adding a
domain.
..
Patch Set 2:
(1 comment)
https://gerrit.ovirt.org/#/c/38544/2/frontend/webadmin/modules/ui
Amit Aviram has posted comments on this change.
Change subject: webadmin: Disabling unsupported storage types when adding a
domain.
..
Patch Set 2: Verified+1
--
To view, visit https://gerrit.ovirt.org/38544
To unsubscribe, v
Amit Aviram has posted comments on this change.
Change subject: webadmin: Disabling unsupported storage types when adding a
domain.
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/38544
To unsubscribe, v
Amit Aviram has uploaded a new change for review.
Change subject: webadmin: Disabling unsupported storage types when adding a
domain.
..
webadmin: Disabling unsupported storage types when adding a domain.
Some storage types are
Amit Aviram has posted comments on this change.
Change subject: core: Replace tabs with spaces in vds_groups_sp.sql
..
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.ovirt.org/38251
To unsubscribe, visit https://g
Amit Aviram has posted comments on this change.
Change subject: restapi: Enabling disk's description edit when adding a new
template.
..
Patch Set 5:
(2 comments)
https://gerrit.ovirt.org/#/c/38290/5//COMMIT_MSG
Commit Messag
Amit Aviram has posted comments on this change.
Change subject: webadmin: StorageListModel: refactoring storage prepare for
edit.
..
Patch Set 4: Verified+1
--
To view, visit https://gerrit.ovirt.org/38128
To unsubscribe, vis
Amit Aviram has posted comments on this change.
Change subject: restapi: Extending disk editing when adding a new template.
..
Patch Set 11: Verified+1
--
To view, visit https://gerrit.ovirt.org/37808
To unsubscribe, visit htt
Amit Aviram has posted comments on this change.
Change subject: restapi: Extending disk editing when adding a new template.
..
Patch Set 10: Verified+1
--
To view, visit https://gerrit.ovirt.org/37808
To unsubscribe, visit htt
Amit Aviram has abandoned this change.
Change subject: restapi: Missing elements added in rsdl file in add template
context
..
Abandoned
Squashed to prior patch
--
To view, visit https://gerrit.ovirt.org/37983
To unsubscribe
Amit Aviram has posted comments on this change.
Change subject: restapi: Extending disk editing when adding a new template.
..
Patch Set 9: Verified+1
--
To view, visit https://gerrit.ovirt.org/37808
To unsubscribe, visit http
Amit Aviram has posted comments on this change.
Change subject: webadmin: Create VM from Templates list view
..
Patch Set 1:
(1 comment)
https://gerrit.ovirt.org/#/c/38286/1/frontend/webadmin/modules/uicommonweb/src/main/java/
Amit Aviram has abandoned this change.
Change subject: : short summary under 50 chars
..
Abandoned
--
To view, visit https://gerrit.ovirt.org/38288
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: a
Amit Aviram has posted comments on this change.
Change subject: restapi: Enabling disk's description edit when adding a new
template.
..
Patch Set 2: Verified+1
--
To view, visit https://gerrit.ovirt.org/38290
To unsubscribe,
Amit Aviram has uploaded a new change for review.
Change subject: restapi: Enabling disk's description edit when adding a new
template.
..
restapi: Enabling disk's description edit when adding a new template.
Currently when add
Amit Aviram has uploaded a new change for review.
Change subject: : short summary under 50 chars
..
: short
summary under 50 chars
Longer description using lines' length under 72 chars.
With multiple paragraphs if necessary.
Amit Aviram has posted comments on this change.
Change subject: restapi: Extending disk editing when adding a new template.
..
Patch Set 8: Verified+1
--
To view, visit https://gerrit.ovirt.org/37808
To unsubscribe, visit http
Amit Aviram has posted comments on this change.
Change subject: restapi: Missing elements added in rsdl file in add template
context
..
Patch Set 5: Verified+1
--
To view, visit https://gerrit.ovirt.org/37983
To unsubscribe,
Amit Aviram has posted comments on this change.
Change subject: webadmin: "Generify list models" patch fix.
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/38254
To unsubscribe, visit https://gerrit.ovirt
Amit Aviram has uploaded a new change for review.
Change subject: webadmin: "Generify list models" patch fix.
..
webadmin: "Generify list models" patch fix.
Patch d1060a824f1ea0b5a6efae486cad9ccbb6e6804a accidantly added code
th
Amit Aviram has abandoned this change.
Change subject: tmp
..
Abandoned
--
To view, visit https://gerrit.ovirt.org/38206
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: abandon
Gerrit-Change-Id: If
Amit Aviram has uploaded a new change for review.
Change subject: tmp
..
tmp
Change-Id: Iffed01582861b440085a71d6279179f064f0c4fd
Signed-off-by: Amit Aviram
---
A tmp
1 file changed, 1 insertion(+), 0 deletions(-)
git pull
Amit Aviram has posted comments on this change.
Change subject: webadmin: UI fix in PosixStorageView and GlusterStorageView.
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/38196
To unsubscribe, visit htt
Amit Aviram has uploaded a new change for review.
Change subject: webadmin: UI fix in PosixStorageView and GlusterStorageView.
..
webadmin: UI fix in PosixStorageView and GlusterStorageView.
"Mount options" and "vfs type" option
Amit Aviram has posted comments on this change.
Change subject: restapi: Missing elements added in rsdl file in add template
context
..
Patch Set 3: Verified+1
--
To view, visit https://gerrit.ovirt.org/37983
To unsubscribe,
Amit Aviram has posted comments on this change.
Change subject: restapi: Extending disk editing when adding a new template.
..
Patch Set 6: Verified+1
--
To view, visit https://gerrit.ovirt.org/37808
To unsubscribe, visit http
Amit Aviram has posted comments on this change.
Change subject: webadmin: Refactoring GlusterModel to inherit from PosixModel.
..
Patch Set 4: Verified+1
--
To view, visit https://gerrit.ovirt.org/37893
To unsubscribe, visit h
Amit Aviram has uploaded a new change for review.
Change subject: webadmin: StorageListModel: refactorig storage prepare for edit.
..
webadmin: StorageListModel: refactorig storage prepare for edit.
As preparing storage for edit
Amit Aviram has posted comments on this change.
Change subject: webadmin: StorageListModel: refactorig storage prepare for edit.
..
Patch Set 1: Verified+1
--
To view, visit https://gerrit.ovirt.org/38128
To unsubscribe, visit
Amit Aviram has posted comments on this change.
Change subject: webadmin: Refactoring GlusterModel to inherit from PosixModel.
..
Patch Set 2: Verified+1
--
To view, visit http://gerrit.ovirt.org/37893
To unsubscribe, visit ht
Amit Aviram has posted comments on this change.
Change subject: restapi: Disk alias field added to "add template" in rsdl file.
..
Patch Set 1: Verified+1
--
To view, visit http://gerrit.ovirt.org/37983
To unsubscribe, visit h
Amit Aviram has posted comments on this change.
Change subject: restapi: Extending disk editing when adding a new template.
..
Patch Set 5: Verified+1
--
To view, visit http://gerrit.ovirt.org/37808
To unsubscribe, visit http:
Amit Aviram has uploaded a new change for review.
Change subject: restapi: Disk alias field added to "add template" in rsdl file.
..
restapi: Disk alias field added to "add template" in rsdl file.
Since disk edit is enabled when
Amit Aviram has posted comments on this change.
Change subject: restapi: Enabling disk information editing when adding a new
template.
..
Patch Set 4:
(6 comments)
http://gerrit.ovirt.org/#/c/37808/4/backend/manager/modules/c
Amit Aviram has posted comments on this change.
Change subject: webadmin, engine: Gluster domain edit enhancement.
..
Patch Set 1:
(1 comment)
http://gerrit.ovirt.org/#/c/37894/1/frontend/webadmin/modules/uicommonweb/src/main/
Amit Aviram has posted comments on this change.
Change subject: core: Fix error message with non-existent storage domains status
..
Patch Set 1:
(1 comment)
http://gerrit.ovirt.org/#/c/37253/1/backend/manager/modules/dal/src/m
Amit Aviram has posted comments on this change.
Change subject: restapi: Enabling disk information editing when adding a new
template.
..
Patch Set 4: Verified+1
--
To view, visit http://gerrit.ovirt.org/37808
To unsubscribe,
Amit Aviram has posted comments on this change.
Change subject: webadmin, engine: Gluster domain edit enhancement.
..
Patch Set 1: Verified+1
--
To view, visit http://gerrit.ovirt.org/37894
To unsubscribe, visit http://gerrit.
Amit Aviram has posted comments on this change.
Change subject: webadmin: Refactoring GlusterModel to inherit from PosixModel.
..
Patch Set 1: Verified+1
--
To view, visit http://gerrit.ovirt.org/37893
To unsubscribe, visit ht
Amit Aviram has posted comments on this change.
Change subject: webadmin: Refactoring GlusterModel to inherit from PosixModel.
..
Patch Set 1:
(1 comment)
http://gerrit.ovirt.org/#/c/37893/1/frontend/webadmin/modules/uicommonw
Amit Aviram has uploaded a new change for review.
Change subject: webadmin: Refactoring GlusterModel to inherit from PosixModel.
..
webadmin: Refactoring GlusterModel to inherit from PosixModel.
Since GlusterStorageModel duplica
Amit Aviram has uploaded a new change for review.
Change subject: webadmin, engine: Gluster domain edit enhancement.
..
webadmin, engine: Gluster domain edit enhancement.
Gluster domain's connection and mount options editing was
Amit Aviram has posted comments on this change.
Change subject: webadmin: StorageListModel cleanup.
..
Patch Set 1: Verified+1
--
To view, visit http://gerrit.ovirt.org/37843
To unsubscribe, visit http://gerrit.ovirt.org/setti
Amit Aviram has uploaded a new change for review.
Change subject: webadmin: StorageListModel cleanup.
..
webadmin: StorageListModel cleanup.
usedLunsMessages member with its setter & getter which is unused in the model is
remove
Amit Aviram has posted comments on this change.
Change subject: restapi: Enabling disk information editing when adding a new
template.
..
Patch Set 3: Verified+1
--
To view, visit http://gerrit.ovirt.org/37808
To unsubscribe,
Amit Aviram has abandoned this change.
Change subject: webadmin: Enabling paused VM's disk editing.
..
Abandoned
This bug's fix approach should be reconsidered, since editing a VM's disk
should probably be enabled in every VM
Amit Aviram has posted comments on this change.
Change subject: webadmin: Remove warning on adding Storage Domain
..
Patch Set 2: Code-Review+1
--
To view, visit http://gerrit.ovirt.org/37445
To unsubscribe, visit http://gerri
Amit Aviram has uploaded a new change for review.
Change subject: restapi: Enabling disk information editing when adding a new
template.
..
restapi: Enabling disk information editing when adding a new template.
Currently when a
Amit Aviram has posted comments on this change.
Change subject: core: Limitation addition for downgrading DC's compatible
version.
..
Patch Set 5: Verified+1
--
To view, visit http://gerrit.ovirt.org/37478
To unsubscribe, vis
Amit Aviram has posted comments on this change.
Change subject: core: Code duplication refactoring.
..
Patch Set 1: Verified+1
--
To view, visit http://gerrit.ovirt.org/37654
To unsubscribe, visit http://gerrit.ovirt.org/setti
Amit Aviram has uploaded a new change for review.
Change subject: core: Code duplication refactoring.
..
core: Code duplication refactoring.
The check if a disk's interface was updated in VM disk's updating is being
called twice
1 - 100 of 313 matches
Mail list logo