-
nikolam
I wonder again, why when I select fixed IP for external interface on Smartos , in /usbkey/config , that IP is not used at all but external is left without IP assigned to global zone at all
-
nikolam
I was thinking not to use DMZ from main router on external network, but to do per-VM port forwarding as needed.
-
nikolam
Again not sure if it i OK for external to simply not have IP address for the global zone
-
tozhu
hello all, a simple question for file system mounting: I had a NVMe SSD, and format it as UFS in global zone on smartos, how can I mount it in a local zone under a dir? even after the local zone rebooted, it can mount automatically. is there an example?
-
tozhu
best wishes
-
tozhu
and UFS support TRIM feature on illumos/smartos ?
-
jperkin
I think the cleanest way to handle that is to just mount it in the GZ as normal and then add it as a lofs mount to the zone
-
nikolam
I planned to add physical drive on NTFS to Linux Bhyve HVM to share it over SMB. If disk is NTFS, would that be possible
-
tozhu
jperkin: Thank you
-
tozhu
how to create a Etherstub link to a phy network link? eg how to link Etherstub0 to ixgbe0, best wishes
-
jperkin
pjustice: if you still have a GZ that's seeing the upgrade issue could you grab
us-central.manta.mnx.io/pkgsrc/public/tmp/check-pkgdb/pkg_admin and run ./pkg_admin rebuild-tree? I have a feeling you will see errors.
-
pjustice
jperkin: see pm
-
danmcd
tozhu: So for example, ixgbe0 has x.y.z.A/24 and you want to create an etherstub that is also on x.y.z.A/24? Or do you want an etherstub that is w.x.y.A/24 ?
-
danmcd
If you want link-level connectivity, you shouldn't need an etherstub (which only serves same-machine anyway), you can just use VNICs over ixgbe0 that are also x.y.z.A/24
-
danmcd
If you want a distinct IP network on your etherstub, you'll have to route between the etherstub's network and your physical (ixgbe0) network. You can do that with a zone that has ixgbe0 (or a vnic over ixgbe0) AND an vnic on top of the etherstub.
-
tozhu
danmcd: not sure could create this: ixgbe0 — etherstub0 — vnic0, vnic1, vnic2 … ixgbe0 linked with a phy switch
-
danmcd
An etherstub serves as an on-machine ethernet switch. If you're sharing the same IP network with ixgbe0, you can just put more vnics over ixgbe0; you wouldn't need an etherstub.
-
danmcd
If you want a distinct IP network, then you need to route. I don't understand the precise problem you're trying to solve.
-
tozhu
danmcd: I’m not clear the concept of etherstub, and tried to find some docs, but all of docs descript how to use it, have not find docs to descript what’s that exactly.
-
tozhu
danmcd: thank you for the explain
-
tozhu
I got it, thank you
-
danmcd
YW.
-
tozhu
other question regarding to ZFS, now ZFS on illumos/smartos does not support dRAID, but openzfs supports that, is there any reason to now support? or had plan to migrate from Linux/FreeBSD into illumos kernel, is there anyone know the plan or status?
-
tozhu
I belive dRAID is very useful case when there is a JBOD with 60*22T disk, to replace failured disk is much quick,
-
danmcd
I don't know of any short-term plans for dRAID, but that is a question better asked to the wider audience on #illumos IMHO.
-
tozhu
thanks danmcd
-
xmerlin
I would like to try Manta, what is the best available guide for installation?
-
bahamat
-
bahamat
xmerlin: Manta requires a lot more up front consideration for deployment. You need to consider both your current need, and potential future growth to make sure that it's scaled correctly for your needs.
-
xmerlin
Do we need to dedicate entire machines to Manta, or is it possible to utilize parts of existing SmartOS servers for the various zones?
-
bahamat
It's best if you do.
-
bahamat
In particular, storage nodes are best dedicated to a single storage instance so that all available storage can be used.
-
bahamat
Usually storage zones are deployed with no quota, so that they *can* consume the entire pool. The down side of that is if there is any significant space used up otherwise then it reduces the available manta capacity.
-
xmerlin
Surely, it's better, but is it possible to start using servers containing other VMs and then switch to dedicated servers as the setup grows?
-
bahamat
But you *can* deploy it with general compute. You'd be best off adding a quota to the storage zones in that case.
-
xmerlin
ok
-
xmerlin
Is there a comparison between Minio and Manta?
-
bahamat
moving the metadata tier is easy, but moving storage zones might be trickier. I'm not sure if built in migration tools will handle manta at all.
-
bahamat
There's not a doc with feature comparisons.
-
xmerlin
Has anyone used Manta as the object storage for Dovecot?
-
bahamat
But, my understanding is that minio is really just the external interface, and relies on other systems for back end storage?
-
bahamat
Not that I'm aware of, and you'd probably need to write a specific driver for it.
-
xmerlin
minio create many xfs filesystems 1 fs on each disk
-
xmerlin
dovecot is compatibly with s3
-
bahamat
That's *if* you use xfs as the backend.
-
xmerlin
*compatibel
-
bahamat
Then in theory it can work, with an appropriate driver.
-
xmerlin
minio uses a custom Erasure Code parity to distribute object on local and remote disks
-
xmerlin
The important thing is that Manta covers the features of Amazon S3; in that case, the Dovecot S3 driver works perfectly.
-
bahamat
Yeah, with Manta erasure coding is done at the zfs layer.
-
bahamat
The manta and S3 APIs are different, so you can't just treat it like an S3 endpoint.
-
xmerlin
as I can see there is a s3-manta-bridge but I cannot see any recent release