Custom storage layout configuration examples

thanks for the clarification, ack. appreciate it. I also found the app that generates the resources output in /snap/maas/current/usr/share/maas/machine-resources/amd64, which is easier to work with than commissioning machines every time I wanna examine the output.

got one last question for you. I’ve written a script that seems to do the things documented here, but after uploading as 42-custom-storage, I still get the following error when trying to select the “custom” option to configure a server:

Failed to configure storage layout 'custom': No custom storage layout configuration found

where do these scripts get logged? how I can examine the output to ensure my custom script is running correctly? the logs in the MAAS web interface for the host in question don’t show anything until comissioning starts, and grepping the MAAS logs on the server itself don’t turn up anything obvious. is there a way to know the value of $MAAS_STORAGE_CONFIG_FILE for a host so I can examine that path and verify the custom script is outputting data there?