George Hicken
George Hicken
and should be able to handle `\n` in the various command and flag descriptions, indenting appropriately.
This is likely the same problem as #5701 - if a vic-machine delete fails in that manner then either: a. the subsequent vic-machine delete will clean it up (due to...
Looking at this after call last week. > tmpfs for /.tether mount is remaining at only 5%. The tmpfs is supposed to be very nearly full - it's size it...
@shahharsh There is support for NFS volume stores, see [the volume store docs](https://vmware.github.io/vic-product/assets/files/html/1.3/vic_vsphere_admin/volume_stores.html#nfsusage) to allow for concurrent access to volumes. Please would you provide more detailed use cases or CLI/API...
@shahharsh For the migration I'd suggest: 1. create VCH with NFS volume store specified, e.g. `--volume-store=nfs://server/share/point:nfs`. This will create a basic directory structure under that NFS share for metadata and...
I can identify two classes of workaround that do not require root or su in the image: 1. use an suid binary 2. directly inject a second command into the...
If the gating factor about using root is elasticsearch, not process obligations, you can use an suid `bash` in the image (`ash` will not work as it doesn't have the...
Adding some background, and hints for how to add this. Prior to the custom ISO work we did use systemd to initialize /dev and then switchroot into the container filesystem...
@akshayl please supply appropriate priority and add to Backlog.
From #2915 which I'm closing in favour of this one: > I think this ties in with general error handling in vic-machine. We should really identify specific errors and classes...