Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status view for fetching ISO #19

Open
shithead opened this issue Apr 5, 2019 · 2 comments
Open

Status view for fetching ISO #19

shithead opened this issue Apr 5, 2019 · 2 comments

Comments

@shithead
Copy link

shithead commented Apr 5, 2019

For create a bhyve vm it doesnt show porgess of fetch iso image. That make sometimes confuse in which state clonos is for the VM.

@olevole
Copy link
Member

olevole commented Apr 5, 2019

Yes, at the moment this problem exists. For this reason, this is mentioned here:
https://clonos.tekroutine.com/errata.html

Some commands already have a status update via queue ( CBSD used ws:// to send events directly in ClonOS ). But many commands do not yet have this support. Work is slow, but continues.

My current plan: make queue subsystem in CBSD more unversal, e.g. add queue.conf so that users can receive events in any backen - into redis, or AMQP (rabbit,beanstalk, zmq) or ws:// and so on and continue to implement support for progressbar/updates in atomic and long operations ( fetch, import, export, clone ..)

@olevole
Copy link
Member

olevole commented Apr 5, 2019

By the way .. In CBSD there is a command fetch_iso ( https://www.bsdstore.ru/en/cbsd_fetch.html ) which can be used to pre-obtain images referenced by CBSD profiles,e.g:

(in latest CBSD, 12.0.8)

% cbsd fetch_iso dstdir=default keepname=0 cloud=0 ( for ISO )
% cbsd fetch_iso dstdir=default keepname=0 cloud=1 (for bhyve cloud images )
% cbsd fetch_iso dstdir=default keepname=0 cloud=1 conv2zvol=1 (for bhyve cloud images + auto convert them into ZVOL )

This can be used during the preparation of the hypervisor for work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants