feilong
feilong copied to clipboard
Feilong is a open source z/VM cloud connector project under the Open Mainframe Project umbrella that will accelerate the z/VM adoption, extending its ecosystem and its user experience. It provides a s...
## The problem When trying to use "Attach Volume" Feilong API call (https://cloudlib4zvm.readthedocs.io/en/latest/restapi.html#attach-volume) one gets an error message like: ``` {HTTP status: 404, body: {"overallRC": 404, "modID": 30, "rc": 404,...
zOS support
It would be great if Feilong supported zOS lifecycle, where zOS is 2nd level zVM guest: 1. IPL zOS, 2. Stop zOS 3. invoke MVS commands (`D IPLINFO`, ...) and...
The doc of CRUD of fcp_template and the attach_volume/detach_volume APIs are missing, need to add them.
PUT /guests/{userid}/disks says > Configure additional disks for a guest and the request representation makes it look like it is modifying certain properties of one or more, but not necessarily...
Currently, ECKD disk support in Feilong is handled the same as FBA disk, where the image is of the filesystem level (for FBA disks this is the only sensible approach)....
doc/source/quickstart.rst lines 146-182 documents using a build project. The build project is no longer available at the URL in step 1. Should the information in this section be rewritten to...
Hello, all. In the wrapperutils.c file, I believe that the EBCDIC ASCII conversation tables are not quite right. Here is my "fixed" ones: static unsigned char a2e[256] = { 0,...
Hi, I recently updated Feilong to 1.6.3, but it didn't work. I found out that in the database some columns were missing in the table FCP. I looked at the...
[Attach volume](https://cloudlib4zvm.readthedocs.io/en/latest/restapi.html#attach-volume) says in the parameter table that `assigner_id` is specified in (presumably, the request URI) `path`, but the example shows it within the `connection` dictionary. [Detach volume](https://cloudlib4zvm.readthedocs.io/en/latest/restapi.html#detach-volume) has the...
[POST /guests](https://cloudlib4zvm.readthedocs.io/en/latest/restapi.html#create-guest) allows a list of `dedicate_vdevs` when creating a guest. The associated request sample omits it, so the format of each entry is ambiguous (string? dict?). [DirMaint 7.2's DIRM...