i have a need to add another disk before node starting.The node needs the second disk to do some thing.
Now can only qemu create a disk and then add cmd to the node start configuration.
How can i do this automated ,maybe add some script?
Anybody knows?
Thanks!
A need to add another disk to linux node!
Moderator: mike
-
- Posts: 25
- Joined: Thu Jul 20, 2017 5:25 am
-
- Posts: 5179
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
- Contact:
Re: A need to add another disk to linux node!
Details please, not clear totally what you want to do
-
- Posts: 25
- Joined: Thu Jul 20, 2017 5:25 am
Re: A need to add another disk to linux node!
In the add a new node page, qemu custom options,the node needs a second disk to load, like -drive file=test.qcow2.
Every time i need to create a disk and then add the upper command.
I mean how to automatically create a disk and do the upper things!
Thanks for your reply.