[ovirt-users] Re: image upload on Managed Block Storage

2021-01-13 Thread Henry lol
It really works well~!

Thanks, Benny,

Sincerely

2021년 1월 13일 (수) 오후 5:30, Benny Zlotnik 님이 작성:

> The workaround I tried with ceph is to use `rbd import` and replace
> the volume created by ovirt, the complete steps are:
> 1. Create an MBS disk in ovirt and find its ID
> 2. rbd import  --dest-pool 
> 3. rbd rm volume- --pool 
> 4. rbd mv  volume- --pool 
>
> I only tried it with raw images
>
>
>
> On Wed, Jan 13, 2021 at 10:12 AM Henry lol 
> wrote:
> >
> > yeah, I'm using ceph as a backend,
> > then can oVirt discover/import existing volumes in ceph?
> >
> > 2021년 1월 13일 (수) 오후 5:00, Benny Zlotnik 님이 작성:
> >>
> >> It's not implemented yet, there are ways to workaround it with either
> >> backend specific tools (like rbd) or by attaching the volume, are you
> >> using ceph?
> >>
> >> On Wed, Jan 13, 2021 at 4:13 AM Henry lol 
> wrote:
> >> >
> >> > Hello,
> >> >
> >> > I've just checked I can't upload an image into the MBS block through
> either UI or restAPI.
> >> >
> >> > So, is there any method to do that?
> >> >
> >> > ___
> >> > Users mailing list -- users@ovirt.org
> >> > To unsubscribe send an email to users-le...@ovirt.org
> >> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> >> > oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> >> > List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/SIXBQGJJEWM4UXL676NRPLISVLQN4V6V/
> >>
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QKN2AMZDWLVOJNF6PWUANGHZ7E3RGUQO/


[ovirt-users] Re: image upload on Managed Block Storage

2021-01-13 Thread Benny Zlotnik
The workaround I tried with ceph is to use `rbd import` and replace
the volume created by ovirt, the complete steps are:
1. Create an MBS disk in ovirt and find its ID
2. rbd import  --dest-pool 
3. rbd rm volume- --pool 
4. rbd mv  volume- --pool 

I only tried it with raw images



On Wed, Jan 13, 2021 at 10:12 AM Henry lol  wrote:
>
> yeah, I'm using ceph as a backend,
> then can oVirt discover/import existing volumes in ceph?
>
> 2021년 1월 13일 (수) 오후 5:00, Benny Zlotnik 님이 작성:
>>
>> It's not implemented yet, there are ways to workaround it with either
>> backend specific tools (like rbd) or by attaching the volume, are you
>> using ceph?
>>
>> On Wed, Jan 13, 2021 at 4:13 AM Henry lol  
>> wrote:
>> >
>> > Hello,
>> >
>> > I've just checked I can't upload an image into the MBS block through 
>> > either UI or restAPI.
>> >
>> > So, is there any method to do that?
>> >
>> > ___
>> > Users mailing list -- users@ovirt.org
>> > To unsubscribe send an email to users-le...@ovirt.org
>> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
>> > oVirt Code of Conduct: 
>> > https://www.ovirt.org/community/about/community-guidelines/
>> > List Archives: 
>> > https://lists.ovirt.org/archives/list/users@ovirt.org/message/SIXBQGJJEWM4UXL676NRPLISVLQN4V6V/
>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YJZZZFO57RPCJKMDGXLKS3DTDD7YCFFK/


[ovirt-users] Re: image upload on Managed Block Storage

2021-01-13 Thread Henry lol
yeah, I'm using ceph as a backend,
then can oVirt discover/import existing volumes in ceph?

2021년 1월 13일 (수) 오후 5:00, Benny Zlotnik 님이 작성:

> It's not implemented yet, there are ways to workaround it with either
> backend specific tools (like rbd) or by attaching the volume, are you
> using ceph?
>
> On Wed, Jan 13, 2021 at 4:13 AM Henry lol 
> wrote:
> >
> > Hello,
> >
> > I've just checked I can't upload an image into the MBS block through
> either UI or restAPI.
> >
> > So, is there any method to do that?
> >
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/SIXBQGJJEWM4UXL676NRPLISVLQN4V6V/
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZQ4W6J5UY2EV5M3QVQFOQJMP2A465AZB/


[ovirt-users] Re: image upload on Managed Block Storage

2021-01-13 Thread Benny Zlotnik
It's not implemented yet, there are ways to workaround it with either
backend specific tools (like rbd) or by attaching the volume, are you
using ceph?

On Wed, Jan 13, 2021 at 4:13 AM Henry lol  wrote:
>
> Hello,
>
> I've just checked I can't upload an image into the MBS block through either 
> UI or restAPI.
>
> So, is there any method to do that?
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/SIXBQGJJEWM4UXL676NRPLISVLQN4V6V/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/H4EEGGZRSPPSQGM7GSRQN3YO4PTIHBLH/