David Liu

Results 81 comments of David Liu

> not sure what you are trying to run or on wat linux distro you are trying to run (parts of) oci-utils; although oci-growfs is now supporting ext4 filesystem, it...

I create this issue for 2 independent command not found case 1. oci-growfs command not found 2. ocid command not found What I tried to do is execute `$oci-growfs` or...

Per my experiment, `libexec/oci-growfs` works on ubuntu by its own but not so graceful

> as already said, ocid nor oci-growfs are intended to be run from the command prompt; ocid is a daemon, which for some reasons is not enabled by default, which...

> @davidkhala did using `libexec/oci-growfs` work with another file system like ext4 (rather than XFS)? I am not file system expert to give accurate advice. But since ext4 is default...

> Hi David I just tried running growfs and got this error on ubuntu : > `xfs_growfs: / is not a mounted XFS filesystem` > > was there a workaround...

> ```shell > sudo resize2fs -z ./sda1.e2undo /dev/sda1 > ``` @Frederick888 If we don't want to keep a undo back up, can we skip the option `-z ./sda1.e2undo` here?

I cannot find clear documentation on how to use oci-ts-sdk to interact with OCI Vault. Should it be `oci-vault` or `oci-keymanagement`? I also find out a lot of APIs have...

> Hi @davidkhala for your first question - can you open a separate issue for that, and we can route that to the vault/kms teams? > > For your second...

Another point is I cannot find any snippet about `waas`, Web Application Firewall example in `examples` folder. Woud you mind help?