[OmniOS-discuss] ANNOUNCEMENT omnios-discuss is moving to topicbox

2018-11-13 Thread Tobias Oetiker
Dear OmniOS Friends

It's been 18 months now since we started the OmniOS Community Edition and with 
the third stable release under our belt we are finalising the transfer of the 
remaining services from OmniTI.

To that end, the existing OmniOS mailing lists (including this one) will be 
closed down at the end of December.

With thanks to Topicbox and the illumos project, we have a new omnios-discuss 
list which can be found at:

https://illumos.topicbox.com/groups/omnios-discuss

Subscriptions to this list will NOT be transferred automatically so please head 
over there to subscribe.

We also have a new Newsletter mailing list for keeping up to date with the 
latest news; you can subscribe to that at:

http://eepurl.com/dL1z7k

cheers
tobi

-- 
Tobi Oetiker
t...@omniosce.org
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] OmniOSce r151028 with production ready Bhyve hypervisor released.

2018-11-05 Thread Tobias Oetiker
OmniOSce - r151028 - released
=

New Features


The OmniOSce team and the illumos community have been very active in creating 
new features and improving existing ones over the last 6 months. Highlights of 
this new release include:

* Production-ready Bhyve hypervisor. For years, OmniOS has provided a linux kvm 
based hypervisor. With this release, we are adding a second option. The bhyve 
hypervisor from the BSD world has been made a first class illumos component 
through the combined efforts of Pluribus networks and Joyent with extra help 
from the FreeBSD community. It provides massively faster disk and network io 
than the kvm hypervisor as it does not rely on qemu emulation for these 
services but comes with a super optimised native driver implementation.

* Branded zones for bhyve and KVM virtual machines. Running a virtual machine 
inside a zone provides an additional layer of security as any success in 
breaking out of the virtual machine container will only result in access to the 
branded zone which itself guarantees strong isolation from the global zone. On 
top of added security, zones also provide protection against hyper-threading 
attacks such as L1TF and Portsmash, and allow strict resource controls for cpu, 
disk and network access. Our website contains documentation 
(https://omniosce.org/info/bhyve_kvm_brand) on how to make use of these new 
zone types.

* ZFS support for mounting filesystems in parallel. This significantly improves 
boot time for systems with many filesystems.

* All userland tools are now compiled with gcc7 and several 32-bit only 
packages have been moved to 64-bit only.

* Many packages have been updated to newer releases like Python 3.5, Perl 5.28, 
OpenSSL 1.1. And developers can now start using gcc 8 on OmniOS.


New Hardware Support


* Emulex 31000/32000-based Fibrechannel cards.
* ATTO Celerity FC-162E Gen 5 and Celerity FC-162P Gen 6 Fibrechannel cards.
* QLogic 16Gb/s Gen5/6 fibrechannel cards.
* QLogic QL41000/45000 series devices.
* NVMe 1.3 devices.
* SMB access to some HP scanner models.

OmniOSce Newsletter
---

Since the start of OmniOS Community Edition project, we have predominantly 
announced our new releases via twitter. With r151028 we are now also offering a 
newsletter with announcements of updates, bug fixes and new releases. You can 
subscribe here http://eepurl.com/dL1z7k

Release Notes and Upgrade Instructions
--

This is only a small selection of the new features, and bug fixes in the new 
release; review the release notes at https://omniosce.org/releasenotes for full 
details and find upgrade instructions at https://omniosce.org/upgrade

Commercial Support
---

Have you ever wondered how OmniOS development gets financed? You may have 
noticed that there is no big company bankrolling it all. The way we keep afloat 
is by the companies who rely on OmniOS powered servers taking out support 
contracts for their hardware. How about you? Visit https://omniosce.org/support 
for more details and to generate a quote. If you aren’t in a position to take a 
support contract, please consider becoming an OmniOS patron to help secure its 
future - https://omniosce.org/patron.

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Slow NFS writes in 151026

2018-08-24 Thread Tobias Oetiker
Hi All,

Lee has opened a issue here 
https://github.com/omniosorg/illumos-omnios/issues/256
it might be a good place to discuss this.

I have also posted a very simple tests script (not sure if it is enough to 
reproduce the problem, but it would at least give a common baseline as to what 
we are talking about).

cheers
tobi

- On Aug 24, 2018, at 10:07 AM, Adam Feigin fei...@iis.ee.ethz.ch wrote:

> Hi Lee:
> 
> 
> I've been experiencing something very similar. I recently (several
> months ago) moved a ~30T pool from a "old" OpenIndiana 151a9 system ,
> where it had been working flawlessly for several years, to a "new"
> OmniOSce 151022 installation (zpool export on old, zpool import on new).
> 
> 
> Now, I have extremely poor NFS write speeds on the new system. I've even
> swapped the cards (LSI SAS, 10G Ethernet) from the OI system to the
> OmniOS system, to eliminate some hardware discrepancies, but this had no
> effect whatsoever. Its not a network problem. I can happily get near
> line-rate on the 10G network between the server and various 10G
> connected hosts. Its not a ZIL/L2ARC problem either, removing them
> (they're on SSDs, as yours) had minimal effect.
> 
> 
> The new hardware is signifcantly more performant, with nearly 10x more
> memory (240G vs 32G), more cores and faster CPUs; I never expected
> performance to get worse.
> 
> 
> I'm not convinced its a "pure" NFS problem either, as I've noticed some
> other strange performance degradation on the new system. The pool used
> to take somewhere between 40 - 60 hours to run a scrub on the OI system.
> Recent scrubs were taking 400+ hours. After a recent pkg update and
> reboot, the last scrub took ~159 hours. During the scrub, I noticed that
> the scanning speed, while starting out relatively fast, pretty much
> monotonically decreased in speed as time when on, going from 50 M/s near
> the beginning to 17M/s at the end. I have to see what happens at the
> next monthly scrub of the pool.
> 
> 
> Have you looked at your scrub performance ?
> 
> What else is different between the 2 machines ?
> 
> 
> 
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] OmniOS CE Support Contracts - Quotes

2018-02-16 Thread Tobias Oetiker
Hi All 

As mentioned last week, the OmniOS CE association is now offering a Support 
Package for organizations using OmniOS on their servers. 

Since many institutions need to get a quote first, in order to initiate 
payments, we have enhanced our invoice generator with a new 'quote' function. 

https://omniosce.org/invoice 

according to our statistics, we have now at least 500 servers running under 
omniosce which are downloading regular updates from our repos. 
if a decent number of them got a support package, this would go a long way in 
making omnios ce long-term viable also from a financial standpoint. 

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] OmniOS New Homepage https://www.omniosce.org

2018-02-07 Thread Tobias Oetiker
If you want to explain to someone why OmniOSce is cool ... 

Now you CAN point them to our homepage without further confusing them :-) 

They might actually understand ... https://www.omniosce.org 

cheers 
tobi 

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] Finally - OmniOSce Commercial Support

2018-02-07 Thread Tobias Oetiker
After getting the release process up and running smoothly, the OmniOSce 
Association is finally ready to start that long awaited Commercial Support 
offering: 

Are you running your Servers on OmniOS Community Edition? Would you like to 
ensure you are not left alone if you run into trouble with the devices? Would 
you like to ensure the continued maintenance and development of your favorite 
OS? 

Go to our website and request an invoice to get your Organisation started on a 
new OmniOS support contract: 

https://www.omniosce.org/invoice 

cheers 
tobi oetiker 

OmniOSce Association 
Aarweg 17, 4600 Olten, Switzerland 

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Ang: Re: Investing into the Future of OmniOS Community Edition

2017-11-28 Thread Tobias Oetiker
Hi All

Over the last few days we got several suggestions on the income front.
These are the things we are looking into at the moment:

* Invoice generator: To create a downloadable invoice
  for a OmniOS CE voluntary License (ideas for a good name welcome)
  You will be able to specify your address and the invoice amount

* Gold/Silver/Bronce Sponsorship contracts where your logo will be shown
  on our the website.

* Genuine Support Contracts where we will help you with your OmniOS issues.

details to come.

cheers
tobi 

- On Nov 28, 2017, at 2:20 PM, Johan Kragsterman 
johan.kragster...@capvert.se wrote:

> Hi!
> 
> 
> I believe that is a good way to go, to offer marketing space and perhaps other
> marketing possibilities for the sponsors.
> 
> That is a much preferred option than cutting off the community from certain
> publishers, or other "cut offs", because that would only cause bad blood.
> 
> 
> Best regards from/Med vänliga hälsningar från
> 
> Johan Kragsterman
> 
> Capvert
> 
> 
> 
> -"OmniOS-discuss"  skrev: -
> Till: omnios-discuss@lists.omniti.com
> Från: Guenther Alka
> Sänt av: "OmniOS-discuss"
> Datum: 2017-11-28 14:00
> Ärende: Re: [OmniOS-discuss] Investing into the Future of OmniOS Community
> Edition
> 
> hello Tobias
> 
> During a contact with a storage systemhouse that intends to offer OmniOS
> as an additional storage OS, I asked about sponsoring of OmniOS ce and I
> was asked if there would be an option of something like a
> gold/silver/bronce patron to bepublished on the patron page.
> 
> 
> Gea
> 
> 
> Am 27.11.2017 um 13:52 schrieb Tobias Oetiker:
>> Hi Stephan, Hi Guenther
>>
>> the proforma invoice, yes we will look into that ... what we also discussed 
>> is
>> offering some repo with pre compiled packages for a fee. but we are not there
>> yet. still trusting that users realize that omnios does not create itself out
>> of thin air. applying some business logic and risk analysis should make this
>> abundantly clear to most people with business responsibilities.
>>
>> cheers
>> tobi
>>
>> - On Nov 27, 2017, at 10:52 AM, Stephan Budach stephan.bud...@jvm.de 
>> wrote:
>>
>>> +1
>>>
>>> Cheers,
>>> Stephan
>>>
>>> - Ursprüngliche Mail -
>>>> Von: "Guenther Alka" 
>>>> An: "omnios-discuss" 
>>>> Gesendet: Montag, 27. November 2017 10:15:47
>>>> Betreff: Re: [OmniOS-discuss] Investing into the Future of OmniOS Community
>>>> Edition
>>>>
>>>> hello Tobias
>>>>
>>>> A pure donation modell (pay for something that is available for free)
>>>> is
>>>> only ok for small amounts from private persons.
>>>>
>>>> Can this be extended by
>>>> - a function to request a quotation with a given amount together with
>>>> a
>>>> (pro forma) invoice online what makes institutional/edu payments
>>>> possible
>>>> (to accept this quotation, pay the amount until..)
>>>>
>>>> - with some sort of an extra offer over the free offerings
>>>> maybe a Pro subscription to beta/ bloody releases, a knowledgebase or
>>>> a
>>>> plus repository
>>>>
>>>> Gea
>>>>
>>>>
>>>> Am 26.11.2017 um 23:31 schrieb Tobias Oetiker:
>>>>> Hi All
>>>>>
>>>>> tl;tr? head over to https://omniosce.org/patron and support your
>>>>> favorite OS with a regular donation.
>>>>>
>>>>> Since the OmniOS Community Edition Association has taken over
>>>>> maintenance and care of OmniOSce, things have been moving at a
>>>>> brisk pace.
>>>>>
>>>>> * Upstream changes from Illumos and Joyent are integrated weekly
>>>>> into our github repo.
>>>>>
>>>>> * Security fixes are normally available within hours.
>>>>>
>>>>> * We have committed to an elaborate long term release plan.
>>>>>
>>>>> * In early November we have released OmniOS r24 on schedule with
>>>>> many enhancements.
>>>>>
>>>>> * Our new website has a lot of new content on feeding and care
>>>>> of your OmniOS instance.
>>>>>
>>>>> Judging from the 566 systems that have been switched over to our
>>>>> new repos, downloading regular updates,

Re: [OmniOS-discuss] Investing into the Future of OmniOS Community Edition

2017-11-27 Thread Tobias Oetiker
Hi Stephan, Hi Guenther

the proforma invoice, yes we will look into that ... what we also discussed is 
offering some repo with pre compiled packages for a fee. but we are not there 
yet. still trusting that users realize that omnios does not create itself out 
of thin air. applying some business logic and risk analysis should make this 
abundantly clear to most people with business responsibilities.

cheers
tobi

- On Nov 27, 2017, at 10:52 AM, Stephan Budach stephan.bud...@jvm.de wrote:

> +1
> 
> Cheers,
> Stephan
> 
> - Ursprüngliche Mail -
>> Von: "Guenther Alka" 
>> An: "omnios-discuss" 
>> Gesendet: Montag, 27. November 2017 10:15:47
>> Betreff: Re: [OmniOS-discuss] Investing into the Future of OmniOS Community
>>  Edition
>> 
>> hello Tobias
>> 
>> A pure donation modell (pay for something that is available for free)
>> is
>> only ok for small amounts from private persons.
>> 
>> Can this be extended by
>> - a function to request a quotation with a given amount together with
>> a
>> (pro forma) invoice online what makes institutional/edu payments
>> possible
>> (to accept this quotation, pay the amount until..)
>> 
>> - with some sort of an extra offer over the free offerings
>> maybe a Pro subscription to beta/ bloody releases, a knowledgebase or
>> a
>> plus repository
>> 
>> Gea
>> 
>> 
>> Am 26.11.2017 um 23:31 schrieb Tobias Oetiker:
>> > Hi All
>> >
>> > tl;tr? head over to https://omniosce.org/patron and support your
>> > favorite OS with a regular donation.
>> >
>> > Since the OmniOS Community Edition Association has taken over
>> > maintenance and care of OmniOSce, things have been moving at a
>> > brisk pace.
>> >
>> >* Upstream changes from Illumos and Joyent are integrated weekly
>> >into our github repo.
>> >
>> >* Security fixes are normally available within hours.
>> >
>> >* We have committed to an elaborate long term release plan.
>> >
>> >* In early November we have released OmniOS r24 on schedule with
>> >many enhancements.
>> >
>> >* Our new website has a lot of new content on feeding and care
>> >of your OmniOS instance.
>> >
>> > Judging from the 566 systems that have been switched over to our
>> > new repos, downloading regular updates, we think there is ample
>> > interest in OmniOS. Not even taking into account all those who
>> > have not yet upgraded.
>> >
>> > With the release of OmniOSce r24 we have created the OmniOS Patron
>> > Page where you can set up regular contribution or a one time
>> > donation to the project.
>> >
>> > Unfortunately only very few people have yet made the step of
>> > actually pledging funds. According to the straw poll conducted in
>> > spring, there should be at least 80k USD per year available to
>> > those who maintain and release updates for  OmniOS.
>> >
>> > At the moment we are getting about 25 USD per month from 4
>> > individuals. This is pretty bleak and does not even begin to cover
>> > the cost of running the show and certainly does not allow us to
>> > plan for the future.
>> >
>> > Head over to https://omniosce.org/patron and let us know how much
>> > you value OmniOS and our work. If everybody spent just 20 dollar
>> > per system and month things would be looking much brighter
>> > already.
>> >
>> > To put this into perspective: a single O365 Enterprise license
>> > costs 35 USD/month. Most individuals pay a similar amount every
>> > month for the internet connection or mobile phone contract.
>> >
>> > Andy Fiddaman
>> > Dominik Hassler
>> > Tobi Oetiker
>> >
>> > --
>> > OmniOS Community Edition Association
>> > Aarweg 17, 4600 Olten, Switzerland
>> > www.omniosce.org
>> > i...@omniosce.org
>> 
>> --
>> H  f   G
>> Hochschule für Gestaltung
>> university of design
>> 
>> Schwäbisch Gmünd
>> Rektor-Klaus Str. 100
>> 73525 Schwäbisch Gmünd
>> 
>> Guenther Alka, Dipl.-Ing. (FH)
>> Leiter des Rechenzentrums
>> head of computer center
>> 
>> Tel 07171 602 627
>> Fax 07171 69259
>> guenther.a...@hfg-gmuend.de
>> http://rz.hfg-gmuend.de
>> 
>> ___
>> OmniOS-discuss mailing list
>> OmniOS-discuss@lists.omniti.com
>> http://lists.omniti.com/mailman/listinfo/omnios-discuss
>> 
> 
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Investing into the Future of OmniOS Community Edition

2017-11-26 Thread Tobias Oetiker
Hi Alexander,

thanks you for the idea ... I have updated the webpage

IBAN CH22 0900  6188 9767 7
BIC POFICHBEXX
Verein OmniOS Community Edition

If there are other requirements, like us sending invoices or some such,
please let us know. We are trying something new here ...

cheers
tobi


- On Nov 27, 2017, at 12:16 AM, Alexander Lesle gro...@tierarzt-mueller.de 
wrote:

> Guten Abend Tobias Oetiker,
> 
> at https://omniosce.org/patron are no information about the
> payment methods.
> Can you offer for the Europeans your account informations
> IBAN and BIC on this page please.
> 
> --
> Best Regards
> Alexander
> November, 27 2017

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] Investing into the Future of OmniOS Community Edition

2017-11-26 Thread Tobias Oetiker
Hi All

tl;tr? head over to https://omniosce.org/patron and support your favorite OS 
with a regular donation.

Since the OmniOS Community Edition Association has taken over maintenance and 
care of OmniOSce, things have been moving at a brisk pace.

  * Upstream changes from Illumos and Joyent are integrated weekly into our 
github repo.

  * Security fixes are normally available within hours. 

  * We have committed to an elaborate long term release plan. 

  * In early November we have released OmniOS r24 on schedule with many 
enhancements. 

  * Our new website has a lot of new content on feeding and care of your OmniOS 
instance.

Judging from the 566 systems that have been switched over to our new repos, 
downloading regular updates, we think there is ample interest in OmniOS. Not 
even taking into account all those who have not yet upgraded.

With the release of OmniOSce r24 we have created the OmniOS Patron Page where 
you can set up regular contribution or a one time donation to the project.

Unfortunately only very few people have yet made the step of actually pledging 
funds. According to the straw poll conducted in spring, there should be at 
least 80k USD per year available to those who maintain and release updates for  
OmniOS.

At the moment we are getting about 25 USD per month from 4 individuals. This is 
pretty bleak and does not even begin to cover the cost of running the show and 
certainly does not allow us to plan for the future.

Head over to https://omniosce.org/patron and let us know how much you value 
OmniOS and our work. If everybody spent just 20 dollar per system and month 
things would be looking much brighter already. 

To put this into perspective: a single O365 Enterprise license costs 35 
USD/month. Most individuals pay a similar amount every month for the internet 
connection or mobile phone contract.

Andy Fiddaman
Dominik Hassler
Tobi Oetiker

--
OmniOS Community Edition Association
Aarweg 17, 4600 Olten, Switzerland
www.omniosce.org
i...@omniosce.org
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT: OmniOS Community Edition r151024

2017-11-06 Thread Tobias Oetiker
OmniOS Community Edition R151024


After 4 months of intense development, the OmniOS Community Edition Association 
is proud to announce the availability of the first Community release of OmniOS; 
version r151024. The release is on schedule (https://www.omniosce.org/schedule) 
coming 6 months after the final OmniTI release of OmniOS back in May.

This new release adds several key improvements to the lx-zones facility 
allowing for lightweight virtualization of GNU/Linux in an illumos environment, 
better zone resource management, new hardware support and all the latest 
updates from upstream illumos; userland packages have also been brought right 
up-to-date. The underlying build system for OmniOS has been enhanced to make 
builds and ongoing maintenance easier; for example the total build time has 
been more than halved, and the addition of automated testing minimises the 
chance for regressions due to updates.

Release notes for the new update are can be found at 
https://omniosce.org/releasenotes and upgrade instructions are at 
https://omniosce.org/upgrade

The web site for OmniOS Community Edition has been updated with all the latest 
information, including new information for deployment, operation and 
development of OmniOS systems.

OmniOS is an enterprise level operating system with long-term support and large 
release overlaps to allow for validation prior to deployment of new releases.

Many organizations rely on OmniOS driven servers for their core storage and 
virtualization environments. As such they want to ensure the continued 
development and support of the OmniOS illumos distribution. It is now possible 
to support the work that goes into maintaining the OS by becoming an OmniOS 
patron, either with a recurring donation or a one time payment 
(https://omniosce.org/patron)

About OmniOS - OmniOS is an Enterprise level illumos-based Operating System 
with superb lightweight virtualization support through zones as well as full 
hardware virtualization via integrated kvm support. Native ZFS support provides 
highly reliable storage options of nearly unlimited capacity. With dtrace it is 
possible to instrument virtually any part of the OS to provide highly precise 
debugging information to resolve performance issues and software failures.

About OmniOS Community Edition Association - The OmniOS Community Edition 
Association has taken up development and care of OmniOS since Summer 2017 after 
OmniTI announced their withdrawal from the project.

OmniOSce Association 
Aarweg 17, 4600 Olten, Switzerland
i...@omniosce.org
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT OmniOS 151022s (Security Update)

2017-09-21 Thread Tobias Oetiker
Release Notes for OmniOSce 151022s
--

Early weekly release for w/c 25th of September 2017, uname -a shows 
omnios-r151022-eb9d5cb557 

Since this release contains security fixes we urge people to upgrade as soon as 
possible.

** This update requires a reboot. **

* Security updates for in-kernel CIFS client & server 

  * 8662 SMB server ioctls should be appropriately sized 
  * 8663 SMB client assumes serialized ioctls 

* Perl fixes: 

  * CVE-2017-12837
  * CVE-2017-12883

* Other changes 

  * 8651 loader: fix problem where No rootfs module provided, aborting could 
appear on some systems. 
  * IPsec observability improvements. 


Instructions for updating from OmniTI OmniOS r151022 are available on our web 
site 
http://www.omniosce.org/setup/switch

Full Release Notes
https://github.com/omniosorg/omnios-build/blob/r151022/doc/ReleaseNotes.md

Due to the fix to the loader, new release media will be built for this release 
and will be available tomorrow.

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT - OmniOS r151022o - Security Update!

2017-08-28 Thread Tobias Oetiker
OmniOS Community Edition is releasing OmniOS r151022o with a bunch of security 
fixes: 

libxml2 fixes for: 

* CVE-2016-4658 
* CVE-2016-5131 
* CVE-2017-0663 
* CVE-2017-5969 
* CVE-2017-9047 
* CVE-2017-9048 
* CVE-2017-9049 
* CVE-2017-9050 

bzip2 fix for (we have announced this one separately already): 

* CVE-2016-3189 

This release also contains an update for java to to OpenJDK 1.7.0_141-b02 

This release does NOT require a reboot. 

Full release notes can be found at 

https://github.com/omniosorg/omnios-build/blob/r151022/doc/ReleaseNotes.md 

cheers 
tobi 

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT: OmniOSce Release Schedule

2017-08-21 Thread Tobias Oetiker


In response to our call for someone to step up to take over responsibility to 
maintain OmniOS LTS releases we received a number of detailed responses, but 
only from people interested in using the product and none who wanted to help 
maintain it. 

After careful consideration of all the input, the OmniOSce Association has 
decided to continue maintaining LTS releases of OmniOSce. LTS releases will be 
supported for three years with intervening stable releases being supported for 
one year. LTS releases will therefore overlap for a year to allow time for 
validation and upgrade even in complex environments. Regular stable releases 
will overlap for six months. 

This results in the following release schedule with r151024 being targeted for 
the first week of November 2017. 


cheers tobi 
-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT: Security Update bzip2 Vulnerability

2017-08-21 Thread Tobias Oetiker


OmniOS Community Edition has updated the bzip2 Package for r151022 and bloody 
to fix CVE-2016-3189 



A remote user can create a specially crafted bzip2 file that, when processed 
for recovery by the target application, will trigger a use-after-free memory 
error in bzip2recover and cause the target application to crash. 



This release does NOT require a reboot. 

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT - OmniOS r151022m - Security Update!

2017-08-11 Thread Tobias Oetiker
OmniOS Community Edition is releasing OmniOS r151022m three days early as this 
is an urgent security release. The release contains new versions of git and hg 
to fix

CVE-2017-1000117
CVE-2017-1000116
CVE-2017-1000115

see http://blog.recurity-labs.com/2017-08-10/scm-vulns for details 
on the vulnerabilities.

This release does NOT require a reboot.

Full release notes can be found at 

https://github.com/omniosorg/omnios-build/blob/r151022/doc/ReleaseNotes.md

To upgrade, utter:

$ pkg update -r

You can also just upgrade the packages

$ pkg update -r git mercurial

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT OmniOSce r151022l

2017-08-06 Thread Tobias Oetiker
Dear All 

This is the weekly update for w/c 7th of August 2017 and contains NO security 
updates but several bugfixes from upstream illumos and joyent lx. For this 
update, a reboot is required. 

We are aware that system reboots pose a problem for many sites, so we are 
investigating ways to reduce the requirements of reboots associated with update 
releases of OmniOSce. More on this next week. 

Any problems or questions, please get in touch via the Lobby at 

https://gitter.im/omniosorg/Lobby 

Full release notes can be found at 

https://github.com/omniosorg/omnios-build/blob/r151022/doc/ReleaseNotes.md 

To upgrade, utter: 

pkg update -r --be-name=r151022l 

cheers 
tobi 

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS CE question: will there be a LTS stable release?

2017-07-26 Thread Tobias Oetiker
Hi Chris,

we have discussed this in the core team and found that no one of us has been
using LTS until now and no one is planning to do so in the future ... 

What we intend, is to support the current and previous release with an emphasis
on the current release going forward from r151022. 

That said, maybe someone will step up and take up the LTS mantel.
The build process for r151022 is in better shape than ever, now that Andy and
Dominik have lavished all that love on it.

SO if this is of interest to you, we will be glad to hear your ideas and also
help out if someone wants to step up. Let's discuss in 
https://gitter.im/omniosorg/Lobby

cheers
tobi

- On Jul 25, 2017, at 11:59 PM, Chris Siebenmann c...@cs.toronto.edu wrote:

> The OmniOS CE release announcement here on the mailing list covered
> the broad plans for the (non-Bloody) release schedule:
> 
>   The intention is for new stable releases to continue to come
>   out every 26 weeks. Interim, "weekly" updates to stable follow a
>   fixed schedule denoted by letters, one per week. Weekly releases
>   are made as needed, so there may not be a release each week. [...]
> 
> My assumption is that normally, each regular stable release only
> receives updates until the next regular stable release comes out; when
> the next stable release comes out, you are expected to update to it and
> then start tracking the interim weekly updates to the new stable.  This
> raises two closely related questions:
> 
> First, is this understanding of updates to stable releases accurate?
> 
> Second, if it is, are there any plans for a 'LTS' stable release with
> an extended period of at least security updates for that LTS release?
> Is this in fact the current r151022 release, which I've seen some CE
> messages describe as 'OmniOS r151022 LTS' (eg in the announcement of
> r151022i)?
> 
> Thanks in advance, and my apologies if I've overlooked a discussion
> of this on the mailing list (or a mention of this on the OmniOS CE
> website).
> 
>   - cks
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT First OmniOSce Bloody Update

2017-07-23 Thread Tobias Oetiker
OmniOSce Bloody 

With the urgent security updates and bug fixes for r151022 out of the way we 
have spent the last week concentrating on getting bloody updated, including new 
ISO, USB and PXE images. In addition to bringing us up-to-date with the latest 
from illumos, we have also bumped many of the userland packages to their latest 
released versions. They’ve passed initial regression testing, but we could use 
your help in putting them through their paces a bit more, so if you have some 
spare cycles please grab the ISO and set up a bloody system for testing. 
Downloads can be found at https://downloads.omniosce.org/media/bloody/ 

We have also started enabling test suites for userland packages where one is 
available in the hope of catching more regressions early and automatically. 
This release also contains the first core bugfix in OmniOSce history. We got a 
report to our issue tracker that both lx and native zones were not shutting 
down properly. Andy quickly identified the likely culprit and backed out the 
offending commit and published an updated within hours. 

If you have not visited our website at http://www.omniosce.org/ lately, it 
looks much better now than a few days ago and it comes with much more content. 
We already integrated two contributions from Rich Murphey @rich-murphey (thank 
you). If you would also like to contribute, please send us your pull requests 
... the source of the website btw is on 

https://github.com/omniosorg/omniosorg.github.com

bloody update 20170721: 

uname -v shows omnios-master-fab442e53b 

Updated packages: 

iso-codes 3.74 -> 3.75 
sqlite 3.3.18 -> 3.19.3 
automake 1.15.0 -> 1.15.1 
git 2.13.0 -> 2.13.3 
mercurial 4.1.3 -> 4.2.2 
vim 8.0.567 -> 8.0.586 
expat 2.2.0 -> 2.2.2 
nghttp2 1.21.1 -> 1.24.0 
pcre 8.40 -> 8.41 
openssl 1.0.2k -> 1.0.2l 
bind 9.10.4P8 -> 9.10.5P3 
openssh 7.4p1 -> 7.5p1 
sudo 1.8.7 -> 8.20.2 
pipe-viewer 1.6.0 -> 1.6.6 
dbus 1.11.12 -> 1.11.14 
ipmitool 1.8.16 -> 1.8.18 
pciutils 3.5.4 -> 3.5.5 
screen 4.5.1 -> 4.6.1 
tmux 2.3 -> 2.5 
gnu-diffutils 3.5 -> 3.6 

cheers 
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT - OmniOSce r151022i is out

2017-07-17 Thread Tobias Oetiker
OmniOSce r151022i 

OmniOS Community Edition is releasing the second update to the OmniOS r151022 
LTS release. This update, in accordance with the release naming policy is 
carrying the letter 'i'. 

If you are still running vanilla OmniOS r151022 and are contemplating upgrading 
to OmniOS Community Edition now, you can find instructions on how to do that at 
the end of the release notes linked below. 

This time around we are providing non-userland updates for the first time so 
this update will require you to reboot OmniOS after installation. Updated 
release media will also be available later this week. 

This release includes a security fix to the expat library, an updated mr_sas 
driver with better reset behaviour, improvements in the svcs command when 
non-native zones are installed and several stability and bug fixes in the 
kernel and LX zones. The loader screen and pkg(5) command have also been 
updated to reflect the new community edition. 

Full release notes can be found at 

https://github.com/omniosorg/omnios-build/blob/r151022/doc/ReleaseNotes.md 

To upgrade, utter: 

pkg update -r package/pkg 
pkg update -r --be-name=r151022i 

We are also hard at work to publish a new bloody release with all the latest 
merges from the upstream illumos and joyent repos. A separate announcement on 
this will follow. 

About OmniOS Community Edition Association 
OmniOS Community Edition Association (OmniOSce) is a Swiss association, 
dedicated to the continued support and release of OmniOS for the benefit of all 
parties involved. The board of OmniOSce controls access to the OmniOS CA. 
Current board members are: Tobias Oetiker (President), Andy Fiddaman 
(Development), Dominik Hassler (Treasurer). 

Press inquiries to i...@omniosce.org 
Published July 17, 2017 

OmniOSce 
Aarweg 17 
4600 Olten 
Switzerland 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] ANNOUNCEMENT OmniOS Community Edition - OmniOSce r151022h

2017-07-14 Thread Tobias Oetiker
Our first release only contained userland updates (careful as we are)
the next one (r151022i) will also feature actual illumos things like
the loader.

cheers
tobi

- On Jul 14, 2017, at 3:48 AM, Paul B. Henson hen...@acm.org wrote:

> On Fri, Jul 14, 2017 at 01:31:51AM +, Mini Trader wrote:
> 
>> Can the new boot loader handle 4K drives with this release?
> 
> The fix for illumos issue 8303 appears to have been commited to the
> r151022 branch of the omniosorg illumos-omnios repo on 7/8, and r151022h
> was released 7/12, so I'd guess yes. But it's just a guess :). Great to
> see backports hitting r151022 LTS code...
> 
>> > > ## OmniOSce r151022h, 12th July 2017
> 
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ANNOUNCEMENT OmniOS Community Edition - OmniOSce r151022h

2017-07-12 Thread Tobias Oetiker
# OmniOS Community Edition 

On April 21st 2017, OmniTI announced that they would suspend active development 
of OmniOS and support contracts would not be renewed. 

While this announcement left many users stunned, others focused more on the 
fact that OmniTI in their announcement also expressed the hope that "the 
community" would take up further development of the OS. 14 weeks later, OmniOS 
Community Edition is a reality. 

Andy Fiddaman (www.citrus-it.net), Tobias Oetiker (www.oetiker.ch) and Dominik 
Hassler have spent some quality time setting up the systems and procedures 
allowing us to take over maintenance and development of OmniOS. In this 
endeavour we were supported by many. Special thanks to Stefan Husch 
(www.qutic.com), Peter Tribble (www.petertribble.co.uk), Dan McDonald and Theo 
Schlossnagle (www.circonus.com). 

We have forked the OmniOS repos and pulled in bugfixes and security fixes that 
have been published since the release of OmniOS r151022. After setting up our 
own package repository and updating the build infrastructure, we are finally 
ready to go public. We are following the established OmniOS release naming 
scheme by releasing 


## OmniOSce r151022h, 12th July 2017

The new release contains the following fixes: 

- expat updated to version 2.2.1 (fixes CVE-2017-9233) 
- openssl updated to version 1.0.2l 
- curl updated to version 7.54.1 
- bind updated to version 9.10.5-P3 
- p7zip updated to fix CVE-2016-9296 
- web/ca-bundle updated to include OmniOSce Certificate Authority certificate 

`uname -a` shows omnios-r151022-f9693432c2 (no change in this release) 

Our work does not stop here though. First we are committed to quickly releasing 
updates for r151022 as the need arises. We are also working towards releasing 
r151024 on schedule. To that end, we have already updated the bloody 
environment with all the latest goodies from upstream illumos and joyent-lx 
repositories. 

OmniOS community edition hosts its sources on https://github.com/omniosorg/ and 
if you want to get in touch, you can find us on 
https://gitter.im/omniosorg/Lobby 


## Release Schedule 

The intention is for new stable releases to continue to come out every 26 
weeks. Interim, "weekly" updates to stable follow a fixed schedule denoted by 
letters, one per week. Weekly releases are made as needed, so there may not be 
a release each week. The first release of a new stable version is synonymous 
with weekly release "a", though the letter is not used. 

During the intervals between stable releases, Bloody moves forward rapidly, 
picking up changes from upstream illumos-gate and illumos-joyent as well as 
updating various userland packages. In general, upstream merges will be 
performed on a Thursday/Friday each week and weekly releases will be published 
on a Monday. 

Bloody releases will be published on an ad-hoc basis but may be as frequent as 
every week. 

Security fixes are excluded from the schedule and handled with priority as they 
occur. 


## How to Upgrade 

All OmniOS packages are signed and the pkg installer is configured to only 
allow trusted sources for the core packages. In order to upgrade to the new 
OmniOS community edition, you have to let your box know that the updates will 
be coming from a new trusted source. This means you will have to import our CA 
certificate into your system. 

1. Get a copy of the new certificate 

```
# /usr/bin/wget -P /etc/ssl/pkg \
https://downloads.omniosce.org/ssl/omniosce-ca.cert.pem 
```

2. Check the certificate fingerprint 

```
# /usr/bin/openssl x509 -fingerprint \
-in /etc/ssl/pkg/omniosce-ca.cert.pem -noout 
```

`8D:CD:F9:D0:76:CD:AF:C1:62:AF:89:51:AF:8A:0E:35:24:4C:66:6D`


3. Change the publisher to our new repo 

```
# /usr/bin/pkg set-publisher -P \
   -G https://pkg.omniti.com/omnios/r151022/ \
   -g https://pkg.omniosce.org/r151022/core/ omnios 
```

4. For each native zone (if you have any), run 

```
# /usr/bin/pkg -R  set-publisher -P \
   -G https://pkg.omniti.com/omnios/r151022/ \
   -g https://pkg.omniosce.org/r151022/core/ omnios 
```

(get a list of all your zones by running `zoneadm list -cv` for the 
``, add `/root` to the PATH given in the list.) 


5. Install the new ca-bundle containing our new CA 

```
# /usr/bin/pkg update -rv web/ca-bundle 
```

6. Remove the CA file imported by hand 

```
# rm /etc/ssl/pkg/omniosce-ca.cert.pem 
```

7. Finally update as usual 

```
# /usr/bin/pkg update -rv 
```


## About OmniOS Community Edition Association 

OmniOS Community Edition Association (OmniOSce) is a Swiss association, 
dedicated to the continued support and release of OmniOS for the benefit of all 
parties involved. The board of OmniOSce controls access to the OmniOS CA. 
Current board members are: Tobias Oetiker (President), Andy Fiddaman 
(Development), Dominik Hassler (Treasurer). 


## About Citrus-IT 

Citrus IT is a UK company that provides a managed email service platform 

Re: [OmniOS-discuss] Questions about - End the uncertainty -

2017-07-06 Thread Tobias Oetiker
Hi Aurélien, 

- On Jul 7, 2017, at 7:55 AM, Aurélien Larcher  
wrote: 

> On Fri, Jul 7, 2017 at 7:21 AM, Tobias Oetiker < [ mailto:t...@oetiker.ch |
> t...@oetiker.ch ] > wrote:

>> Hi Aurélien

>> the motivation behind OmniOSce is that we have come to love the the stability
>> and
>> tight focus of OmniOS. Many of us are running large servers that form 
>> critical
>> pieces of our infrastructure. Loosing OmniOS was simply not an option for us.
>> Since OmniTI gave up on this we were forced start doing the work on our own.

> Your answer makes me think I was not clear enough or that we are discussing 
> two
> different things ...
> My point was about collaboration not about losing what you like.

nothing against collaboration, on the contrary ... when looking at omnios now 
(with the focus of it being a server os) 
what do you see that is missing which oi folks could contribute, or which we 
could 
pull from oi ? 

>> we are happy for anyone to join us in our effort, for example also in 
>> providing
>> a more end user focussed repo that goes along with omnios, providing a 
>> desktop
>> environment for those who want to use the os in that capacity.

> If we want another general-purpose distro with 2 maintainers and 10 users 
> that's
> certainly the way to go ;)

we are not general purpose in that sense. 

cheers 
tobi 

>> [ http://www.omniosce.org/ | www.omniosce.org ]
>> [ http://gitter.im/omniosorg/Lobby | gitter.im/omniosorg/Lobby ]

>> Tobias Oetiker

>> On 7 Jul 2017, at 01:47, Aurélien Larcher < [ 
>> mailto:aurelien.larc...@gmail.com
>> | aurelien.larc...@gmail.com ] > wrote:

>>>> Gea,

>>>> the king is dead, long live the king

>>>> [ https://gitter.im/omniosorg/Lobby | https://gitter.im/omniosorg/Lobby ]

>>>> [ http://www.omniosce.org/ | www.omniosce.org ]

>>>> the story continues ...

>>> It is good news, but I would engage you to discuss about reducing the
>>> fragmentation in the illumos community.
>>> We have a few distros maintained by 1-3 guys without any or much momentum 
>>> and
>>> much duplication of efforts (Debian has 1000+ devs working together and we 
>>> are
>>> barely able to have more than 10).

>>> We should join our efforts like, as I suggested, basing on common tools and
>>> userland.
>>> I do not see how wasting energy in duplicate efforts will help us keep/gain
>>> momentum.
>>> I mentioned earlier the possibility of a virtuous circle with OI as the 
>>> rolling
>>> testing and OmniOS the stable: to be honest I see very little sense in
>>> maintaining two "testing" with such a small manpower. In the long term this
>>> does not seem sustainable.

>>> At least some degree of collaboration should be maintained on documentation,
>>> pkg(5) and updates of Python/Perl/GCC with the same source repository.

>>> Of course this is not "right now", as you need to maintain continuity, but 
>>> we
>>> should plan the next 6 month cycle to decide on common requirements and 
>>> make it
>>> happen.
>>> I saw Peter has built illumos-omnios on Tribblix, I think we should do the 
>>> same
>>> on OpenIndiana: the issue is not about doing it once (I did it last year) 
>>> but
>>> having a person commited to maintain it.

>>> Convergence is necessary, at least to some extent, discussion is open. :)

>>> Kind regards

>>> Aurélien

>>>> cheers
>>>> tobi

>>>> - On Jul 5, 2017, at 4:05 PM, Guenther Alka < [ 
>>>> mailto:a...@hfg-gmuend.de |
>>>> a...@hfg-gmuend.de ] > wrote:

>>>>> about OmniOS and the silence for weeks

>>>>> For my own future, I have already decided to switch back to OpenIndiana, 
>>>>> the
>>>>> community based sister project of OmniOS. But like many users, I have yet
>>>>> OmniOS installations running perfectly. For them, it is essential to ask 
>>>>> about
>>>>> the future for the next months or year and needed next steps (can wait 
>>>>> some
>>>>> time or switch as soon as possible).

>>>>> @ OmniTi
>>>>> The end of OmniOS@OmniTi seems final.

>>>>> - How long will the website and the repo remain online?

>>>>> - Is there an option to fix serious bugs or problems in OmniOS @OmniTi for
>>>>> a limited time like 1 year or at least end of the year?

>>>>> - Are you willing 

Re: [OmniOS-discuss] Questions about - End the uncertainty -

2017-07-06 Thread Tobias Oetiker
Hi Aurélien

the motivation behind OmniOSce is that we have come to love the the stability 
and
tight focus of OmniOS. Many of us are running large servers that form critical 
pieces of our infrastructure. Loosing OmniOS was simply not an option for us. 
Since OmniTI gave up on this we were forced start doing the work on our own.

for now our focus is in building on Dan's excellent work, both in updating r022 
as well as pulling in new stuff from both upstream illumos and joyents lx work.

we are happy for anyone to join us in our effort, for example also in providing 
a more end user focussed repo that goes along with omnios, providing a desktop 
environment for those who want to use the os in that capacity.

www.omniosce.org
gitter.im/omniosorg/Lobby

Tobias Oetiker

> On 7 Jul 2017, at 01:47, Aurélien Larcher  wrote:
> 
> 
> 
>> Gea,
>> 
>> the king is dead, long live the king
>> 
>> https://gitter.im/omniosorg/Lobby
>> 
>> www.omniosce.org
>> 
>> the story continues ...
> 
> It is good news, but I would engage you to discuss about reducing the 
> fragmentation in the illumos community.
> We have a few distros maintained by 1-3 guys without any or much momentum and 
> much duplication of efforts (Debian has 1000+ devs working together and we 
> are barely able to have more than 10).
> 
> We should join our efforts like, as I suggested, basing on common tools and 
> userland.
> I do not see how wasting energy in duplicate efforts will help us keep/gain 
> momentum.
> I mentioned earlier the possibility of a virtuous circle with OI as the 
> rolling testing and OmniOS the stable: to be honest I see very little sense 
> in maintaining two "testing" with such a small manpower. In the long term 
> this does not seem sustainable.
> 
> At least some degree of collaboration should be maintained on documentation, 
> pkg(5) and updates of Python/Perl/GCC with the same source repository.
> 
> Of course this is not "right now", as you need to maintain continuity, but we 
> should plan the next 6 month cycle to decide on common requirements and make 
> it happen.
> I saw Peter has built illumos-omnios on Tribblix, I think we should do the 
> same on OpenIndiana: the issue is not about doing it once (I did it last 
> year) but having a person commited to maintain it.
> 
> Convergence is necessary, at least to some extent, discussion is open. :)
> 
> Kind regards
> 
> Aurélien
>  
>> 
>> cheers
>> tobi
>> 
>> - On Jul 5, 2017, at 4:05 PM, Guenther Alka  wrote:
>> about OmniOS and the silence for weeks
>> 
>> For my own future, I have already decided to switch back to OpenIndiana, the 
>> community based sister project of OmniOS. But like many users, I have yet 
>> OmniOS installations running perfectly. For them, it is essential to ask 
>> about the future for the next months or year and needed next steps (can wait 
>> some time or switch as soon as possible).
>> 
>> 
>> @OmniTi
>> The end of OmniOS@OmniTi seems final. 
>> 
>> - How long will the website and the repo remain online?
>> 
>> - Is there an option to fix serious bugs or problems in OmniOS @OmniTi for 
>> a limited time like 1 year or at least end of the year?
>> 
>> - Are you willing to transfer the website/name either to a new OmniOS 
>> community project (I cannot see this as an option regarding the silence 
>> about) or to the OpenIndiana community to use it as a name for a possible 
>> stable like OpenIndiana Hipster=dev and OpenIndiana OmniOS as a stable 
>> subset? (if OI is willing to go that route but the request or offer must 
>> come from OmniTi or OmniOS people). 
>> 
>> OmniOS has a very strong reputation regarding production quality and 
>> stability, so such a step would help both if OpenIndiana and OmniOS would 
>> cooperate in a common project. Seems a pity if the name would die or remain 
>> as a name for a failed project.
>> 
>> 
>> @OmniOS developers (current or former - you have done a very good job!)
>> 
>> - Is there an option to fix serious bugs or problems in OmniOS for a limited 
>> time like 1 year or at least end of the year? This would help until a 
>> sucessor (less likely OmniOS 151024, maybe next OpenIndiana snap with a 
>> stable subset) is available. LX would then remain an OmniOS option in the 
>> meantime (I would not dare to ask about an upstream).
>> 
>> 
>> 
>> @all
>> comments?
>> 
>> 
>> 
>> Gea
>> @napp-it.org
>> 
>> ___
>> OmniOS-discuss mailing list
>

Re: [OmniOS-discuss] Questions about - End the uncertainty -

2017-07-05 Thread Tobias Oetiker
Gea, 

the king is dead, long live the king 

https://gitter.im/omniosorg/Lobby 

www.omniosce.org 

the story continues ... 

cheers 
tobi 

- On Jul 5, 2017, at 4:05 PM, Guenther Alka  wrote: 

> about OmniOS and the silence for weeks

> For my own future, I have already decided to switch back to OpenIndiana, the
> community based sister project of OmniOS. But like many users, I have yet
> OmniOS installations running perfectly. For them, it is essential to ask about
> the future for the next months or year and needed next steps (can wait some
> time or switch as soon as possible).

> @ OmniTi
> The end of OmniOS@OmniTi seems final.

> - How long will the website and the repo remain online?

> - Is there an option to fix serious bugs or problems in OmniOS @OmniTi for
> a limited time like 1 year or at least end of the year?

> - Are you willing to transfer the website/name either to a new OmniOS 
> community
> project (I cannot see this as an option regarding the silence about) or to the
> OpenIndiana community to use it as a name for a possible stable like
> OpenIndiana Hipster=dev and OpenIndiana OmniOS as a stable subset? (if OI is
> willing to go that route but the request or offer must come from OmniTi or
> OmniOS people).

> OmniOS has a very strong reputation regarding production quality and 
> stability,
> so such a step would help both if OpenIndiana and OmniOS would cooperate in a
> common project. Seems a pity if the name would die or remain as a name for a
> failed project.

> @OmniOS developers (current or former - you have done a very good job!)

> - Is there an option to fix serious bugs or problems in OmniOS for a limited
> time like 1 year or at least end of the year? This would help until a sucessor
> (less likely OmniOS 151024 , maybe next OpenIndiana snap with a stable subset)
> is available. LX would then remain an OmniOS option in the meantime (I would
> not dare to ask about an upstream).

> @all
> comments?

> Gea
> @napp-it.org

> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Bug ?

2017-07-02 Thread Tobias Oetiker
- On Jul 2, 2017, at 12:09 PM, Andy Fiddaman omn...@citrus-it.net wrote:

> On Thu, 29 Jun 2017, Guenther Alka wrote:
> 
> ; Unless there are news regarding OmniOS my stance is
> ;
> ; - OmniOS 151022 is a freeze of current Illumos + LX. At the moment it is the
> ; most stable and feature rich free Illumos general use server distribution 
> with
> ; the addition LX zones. As there is no repo and development outside OmniTi it
> ; is freezed. There are no signs from OmniTi to add any fixes. As packages are
> ; signed it does not work outside OmniTi. As OmniOS 151023 is identical 
> without
> ; signed packages a community based repo based on it with possible fixes as
> ; 151022ce (community edition) is a suggestion (but sadly I am not an OS
> ; developer).
> 
> Momentum does appear to be lacking unfortunately. Here at Citrus we have
> forked the OmniOS repositories and are continuing to maintain them for
> internal use while we consider options.
> 
> We have kept omnios-build packages up-to-date where there are security
> fixes (two Bind updates, 7-zip CVE patch, OpenSSL [IIRC]) and backported a
> handful of illumos changes that are relevant to us. We can keep going like
> this for a good while and I still hope that a community OmniOS will get
> going (we've offered to contribute engineering resource as have others)
> and we can make the switch.
> 
> Since we use LX zones to an extent, SmartOS is the other route we are
> evaluating at the moment.
> 


not to join forces seem to be a pitty ... how about hosting that fork on
https://github.com/omniosorg and starting to accept PRs there

at least from what I can see there is a total lack of communication from omniti
regarding how they envision that transition of omnios to community 
maintainership

so I guess we have to take the initiative.

I have had a look at smartos, for kvm and lx it would be great but it seems 
that serving smb, nfs and iscsi
is not a focus on joyents side (but maybe I have just not looked correctly).

there is a gitter chat associated with the github omniosorg repo
https://gitter.im/omniosorg/Lobby



cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Loosing NFS shares

2017-06-22 Thread Tobias Oetiker
Oliver, 

are you running rcapd ? we found that (at least of the box) this thing wrecks 
havoc to both 
nfs and iscsi sharing ... 

cheers 
tobi 

- On Jun 22, 2017, at 8:45 AM, Oliver Weinmann 
 wrote: 

> Hi,

> we are using OmniOS for a few months now and have big trouble with stability. 
> We
> mainly use it for VMware NFS datastores. The last 3 nights we lost all NFS
> datastores and VMs stopped running. I noticed that even though zfs get 
> sharenfs
> shows folders as shared they become inaccessible. Setting sharenfs to off and
> sharing again solves the issue. I have no clue where to start. I’m fairly new
> to OmniOS.

> Any help would be highly appreciated.

> Thanks and Best Regards,

> Oliver

> Oliver Weinmann
> Senior Unix VMWare, Storage Engineer

> Telespazio VEGA Deutschland GmbH
> Europaplatz 5 - 64293 Darmstadt - Germany
> Ph: + 49 (0)6151 8257 744 | Fax: +49 (0)6151 8257 799
> [ mailto:oliver.weinm...@telespazio-vega.de | 
> oliver.weinm...@telespazio-vega.de
> ]
> [ http://www.telespazio-vega.de/ | http://www.telespazio-vega.de ]

> Registered office/Sitz: Darmstadt, Register court/Registergericht: Darmstadt,
> HRB 89231; Managing Director/Geschäftsführer: Sigmar Keller
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] To the OmniOS Community

2017-06-01 Thread Tobias Oetiker
Hi Andy

I have no 'power' but I have created omniosorg on github and invited you qutic 
theo robert dan ...
so depending on what happens in the next few days we could just start updating 
a copy of omnios there ... so that nothing gets lost until
things settel in a new rythem ... 

cheers
tobi

- On Jun 1, 2017, at 1:07 PM, Andy Fiddaman omn...@citrus-it.net wrote:

> On Thu, 1 Jun 2017, qutic development wrote:
> 
> ; Hi Theo,
> ;
> ; that is a word!
> ;
> ; > I was hoping not to be the first, but I will attempt to lead by example.
> I'll pledge my time to do required security package publications on 014 and
> 022. As security issues with packages in core arise, I will update the build
> system, re-roll the packages and publish them.
> ;
> ; There are a few security related releases since Dan left:
> ;
> ; - sudo
> ; - openssl (bugfix)
> ; - openjdk 7
> ; - bind 9
> ; - ldap
> ;
> ; As 014 and 022 have signed packages, nobody else than OmniTi can build
> packages for these, right?
> 
> I have added a pull request for the openssl update to omnios-build, just to
> see if anyone was picking these up.
> 
>   https://github.com/omniti-labs/omnios-build/pull/105
> 
> I've updated my local omnios r22 package mirror and updated our servers too
> but I've obviously had to disable package signatures.
> 
> Seems we don't currently have a maintained package repository although
> people (including me) have volunteered to maintain it.
> 
> Andy
> 
> --
> Citrus IT Limited | +44 (0)870 199 8000 | enquir...@citrus-it.co.uk
> Rock House Farm | Green Moor | Wortley | Sheffield | S35 7DQ
> Registered in England and Wales | Company number 4899123
> 
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] NFS & SMB connection freezes 30-40 second sometimes.

2017-05-26 Thread Tobias Oetiker
Hi Özkan, 

you are not by any chance running rcapd ? 

if so, try to NOT do that ... 

cheers 
tobi 

- On May 26, 2017, at 2:15 PM, Özkan Göksu  wrote: 

> Hello Stephan.
> My english ain't good sorry for that.
> Host responding and i dont see any problem but NFS & Cifs Shares not
> responding..
> I could not telnet because there was not enough time for test. Everything is
> happening in 15-45 seconds.

> @Artem Penner
> Thank you for the command and link. I will do that next time.

>>  Özkan GÖKSU | Tekn. Geliştirme | [ 
>> mailto:goktug.yildi...@usishi.com |
>>  ozkan.go...@usishi.com ]
>> C : +90 555 449 88 71 | T : +90 (216) 442 7070 |
>> [ http://www.usishi.com/ | http://www.usishi.com ]

> 2017-05-25 20:35 GMT+03:00 Stephan Budach < [ mailto:stephan.bud...@jvm.de |
> stephan.bud...@jvm.de ] > :

>> - Ursprüngliche Mail -
>> Hi Özkan,

>>> Von: "Özkan Göksu" < [ mailto:ozkan.go...@usishi.com | 
>>> ozkan.go...@usishi.com ]
>> > >
>> > An: "Dan McDonald" < [ mailto:dan...@kebe.com | dan...@kebe.com ] >
>>> CC: "omnios-discuss" < [ mailto:omnios-discuss@lists.omniti.com |
>> > omnios-discuss@lists.omniti.com ] >
>> > Gesendet: Donnerstag, 25. Mai 2017 16:09:18
>> > Betreff: Re: [OmniOS-discuss] NFS & SMB connection freezes 30-40
>> > second sometimes.

>> > I will update ofc but i can't shut down right now a storage unit..
>> > Only 2 times in 5 months the problem occurred so i can not track the
>> > problem. I should be ready to find out what it is next time.
>> > I need to solve the issue completely and to solve the problem I need
>> > to understand WHY its happening. Right now I have no idea...

>> > BTW: while the problem occurs I tried to ping my server and Guess
>> > what? My network alives.

>> I don't seem to understand. Did your host not respond to the pings you sent 
>> to
>> it?
>> I do run a couple of r020 boxes which are part of a RSF-1 cluster and which 
>> are
>> serving NFS to a bunch of clients: OracleVM and VMWare. I also have all of my
>> storage/client conencts as "active" LACP connects and I don't have any issues
>> with those.

>> If you are experiencing network issues, than the rest of your issue might 
>> well
>> be caused by that, of course.

>> > BTW 2: I'm using active-active LACP. Could this be the reason?

>>> > Özkan GÖKSU | Tekn. Geliştirme | [ mailto:ozkan.go...@usishi.com |
>> > > ozkan.go...@usishi.com ]

>>> > C : [ tel:%2B90%20555%20449%2088%2071 | +90 555 449 88 71 ] | T : [
>> > > tel:%2B90%20%28216%29%20442%207070 | +90 (216) 442 7070 ] |

>> > > [ http://www.usishi.com/ | http://www.usishi.com ]


>>> 2017-05-25 16:46 GMT+03:00 Dan McDonald < [ mailto:dan...@kebe.com |
>> > dan...@kebe.com ] > :

>> > > r151022 is out now. Please upgrade to that and see if the problem
>> > > manifests.


>> > > Dan


>> Cheers,
>> Stephan

> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] how about https://github.com/omniosorg

2017-05-16 Thread Tobias Oetiker
since omnios is already taken  how about 

https://github.com/omniosorg 

cheers 
tobi 


-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] To the OmniOS Community

2017-05-15 Thread Tobias Oetiker
- On May 15, 2017, at 11:20 PM, Michael Rasmussen m...@miras.org wrote:

> On Mon, 15 May 2017 22:46:10 +0200
> Michael Rasmussen  wrote:
> 
>> On Mon, 15 May 2017 07:37:35 +0200
>> Michael Rasmussen  wrote:
>> 
>> > To follow example I will commit myself to maintain the wiki and any
>> > other web based infrastructure the project may need and choose to have.
>> >   
>> I have found out that Omniti holds the domain name omnios.org. Will
>> Omniti consider handing over omnios.org to the community?
>> 
> BTW. speaking of wiki, online infrastructure etc.
> Any thoughts or wishes?
> What about hosting? (the important parts are: wiki and/or web site,
> mail list and/or forum, repository, bug tracker)
> This also means deciding which software to use for the above.

I would strongly urge to keep source, issues, pull requests, wiki on github.

it is perfectly integrated, works very well, and we have one less thing to 
worry about.

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] How much would a professionally maintained OmniOS be worth to you ? (was: Re: The Future of OmniOS)

2017-04-25 Thread Tobias Oetiker
Folks,

so if you would rather have someone maintain omnios fulltime than relying on
'the community' todo it for free, now is the time to come forward. Write down
a line in our straw poll spreadsheet ... 

https://docs.google.com/spreadsheets/d/1IyAI950a-JkPgRRLSezZm9-Rt8HkfO_nIkubd_m8d_0

then we will see quickly in which direction this can go ... 

And when you write down that number, just think about how much time you save
by just going `pkg update` and be done with it ... haven't you grown to love 
that ?


cheers
tobi

- On Apr 25, 2017, at 6:11 PM, Linda Kateley lkate...@kateley.com wrote:

> Robert,
> 
> After reading everything I can in the last few days.. I have a couple
> questions which I hope you can answer honestly.
> 
> This announcement on the heals of a massive change in the freenas
> community make me wonder if there is any "backroom" pressure coming to
> companies supporting zfs?
> 
> The other is ... Is your hosted environment divesting from omnios? If so
> what os are you going to?
> 
> As a consultant and supporter of all things openzfs just want to know
> where the best safest places for my customers.
> 
> And one short comment.. I have have been watching following you guys for
> awhile now, and I never knew your hope or wish was for the community to
> pick up omnios. This surprises me. I am sure they would have if they had
> known.
> 
> Thanks for everything you have done for this community
> 
> Linda K
> 
> 
> On 4/23/17 3:13 PM, Robert Treat wrote:
>> Security updates are a little bit trickier than just pulling in
>> general upstream changes, but I think the ideal scenario would be to
>> form a group of interested people around the "secur...@omnios.org"
>> label which would collaborate on fielding and producing security fixes
>> for the project. Given we also have critical production systems
>> running OmniOS (more than most I suspect), we will need to deal with
>> security and bug fixes regardless, so we're happy to use those efforts
>> to bootstrap things.
>>
>> Robert Treat
>>
>> On Fri, Apr 21, 2017 at 3:19 PM, Paul B. Henson  wrote:
>>> As both a home hobbyist user of OmniOS and a paid support user of OmniOS at
>>> my day job, I'd first like to thank you guys for putting together a great
>>> operating system that has served me well over the years and I hope will
>>> continue to do so.
>>>
>>> However, I would like to clarify your stance when you say you are
>>> "suspending active development" and that r151022 will be the "final
>>> release". Per your historical release cycle:
>>>
>>> https://omnios.omniti.com/wiki.php/ReleaseCycle
>>>
>>> r151022 was to be an LTS release with security/bug fix support through H1
>>> 2020. While there will be no further releases of OmniOS from OmniTI, will
>>> you continue to back port fixes and fix issues in r151022 through that
>>> timeline, or will it be released as is and then be up to the as yet
>>> undeveloped community to do so? We currently have critical production
>>> systems deployed, systems whose deployment was only approved by management
>>> due to the availability of commercial support (the wisdom of such a
>>> perspective we will not discuss), and this sudden development is potentially
>>> going to leave us in quite a pickle. While I certainly can't dictate to you
>>> how to run your business, it would have been much easier on your customers
>>> had you made this announcement with the release of r151022, and coincided
>>> the end of your support offering with the end of life of this last release.
>>> Which also ideally would have provided time for an omnios community to have
>>> developed and started producing their own releases before the last
>>> officially supported omniti version reached sunset.
>>>
 -Original Message-
 From: OmniOS-discuss [mailto:omnios-discuss-boun...@lists.omniti.com]
 On Behalf Of Robert Treat
 Sent: Friday, April 21, 2017 7:07 AM
 To: omnios-discuss 
 Subject: [OmniOS-discuss] The Future of OmniOS

 Five years ago, when we first launched OmniOS, we did it out of a
 direct need to push forward the OpenSolaris ecosystem that we had
 built into the core of several parts of our business. At the time, the
 illumos community was still rather new and taking direct control of
 our path forward was a solid next step; we had already built many of
 the pieces in-house that we needed to produce a complete operating
 system distribution, and our experiences with open sourcing software
 we worked on had been generally very good.

 While we didn't know quite what the reaction would be, there were two
 things internally that guided us as long term factors in our decision.
 First, as we have done for other open source software, we thought it
 made sense to offer commercial support for OmniOS, but there was no
 desire to "pivot" OmniTI to be an operating system vendor. We like the
 world of building and running high-scale s

Re: [OmniOS-discuss] The Future of OmniOS

2017-04-21 Thread Tobias Oetiker
So, there you have it ... software is not free, and for something as complex
and slick as OmniOS, there is serious money involved in keeping it at its
current level. 

It seems that OmniTI has not managed to get this message
across to the many organizations relying on OmniOS to run their
Servers.

Robert has suggested that he hopes that 'the community' will take up
the maintenance of omnios in the future ... but I wonder ... now that we know
what is going to happen. Do you think your organisation would be prepared
to spend some 'real bucks' on keeping OmniOS maintained professionally?

I think we would be looking at something like ~500k USD per year.

For 1-2 People to continue running the show.

I have setup a chat on Gitter ...


   https://gitter.im/PostOmniOS/Lobby

lets meet there and discuss.

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Ang: network configuration script

2017-04-03 Thread Tobias Oetiker
maybe a page on the omnios wiki with pointers would be all that is needed

cheers
tobi


- On Apr 3, 2017, at 8:46 AM, Johan Kragsterman 
johan.kragster...@capvert.se wrote:

> Hi Michael and all!
> 
> 
> I think this is a good idea, thanks, Michael, but that is not the most 
> important
> reason I respond this mail:
> 
> 
> I have been thinking for a while about all the nice scripts for different
> solutions people have been presenting here, both bash, py, perl, DTrace, etc.
> The people that have been creating them keep them in different places, and 
> some
> of them are public, some are not.
> 
> It would be nice to have a "script-market", placed somewhere where OmniOS
> users/developers could easily reach them, and with some description about 
> their
> use, perhaps categorized. I don't know the right place for something like 
> that,
> perhaps git? With links from the OmniOS website.
> 
> What do you people think about that?
> 
> Regards Johan
> 
> 
> 
> 
> -"OmniOS-discuss"  skrev: -
> Till: "omnios-discuss@lists.omniti.com" 
> Från: Michael Rasmussen
> Sänt av: "OmniOS-discuss"
> Datum: 2017-04-02 23:33
> Ärende: [OmniOS-discuss] network configuration script
> 
> Hi all,
> 
> I think it is not very easy for new users coming to Omnios from various
> other distros to make the initial network configuration so I have
> written a small tool in Python to remedy this obstacle. The script runs
> on all Omnios as of r151014. I have tested on r151014 and bloody
> (r151021)
> 
> The script is not ment to be the swiss army knife for configuring
> networks on Omnios so there is no support for vnic, vlan, and
> aggregates. It will only support configuring a single nic given the
> user the option for dhcp and static setup. The user is also asked
> whether to configure dns in which case the user is asked for an IP.
> 
> Currently it will only handle ethernet but IPoIB is on my todo list. I
> have attached the script here but if the file is to large it can also
> be downloaded here: http://git.datanom.net/netconf.git/
> 
> PS. If I want to have it included in Omnios what license should I use?
> 
> --
> Hilsen/Regards
> Michael Rasmussen
> 
> Get my public GnuPG keys:
> michael  rasmussen  cc
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E
> mir  datanom  net
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C
> mir  miras  org
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917
> --
> /usr/games/fortune -es says:
> It's illegal in Wilbur, Washington, to ride an ugly horse.
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
> 
> 
> [bilagan "netconf" borttagen av Johan Kragsterman/Capvert]
> [bilagan "att0uq4e.dat" borttagen av Johan Kragsterman/Capvert]
> 
> 
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] KVMs locking up for seconds at a time...

2017-03-17 Thread Tobias Oetiker
- On Mar 17, 2017, at 3:02 PM, Dan McDonald dan...@omniti.com wrote:

>> On Mar 17, 2017, at 9:42 AM, Tobias Oetiker  wrote:
>> 
>> We found the cause of the problem:
>> 
>>  svc:/system/rcap:default
>> 
>> enable it and enjoy the behaviour detailed below plus random hangs on nfs and
>> iscsi export
>> 
>> disable it and things are as before
> 
> Wow!  Just... wow!
> 
> Okay, thank you, and sorry I couldn't help you arrive here sooner,

the problem was found by my brother: Manuel Oetiker man...@oetiker.ch btw :)

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] KVMs locking up for seconds at a time...

2017-03-17 Thread Tobias Oetiker
We found the cause of the problem:

  svc:/system/rcap:default

enable it and enjoy the behaviour detailed below plus random hangs on nfs and 
iscsi export

disable it and things are as before


cheers
tobi


- On Mar 13, 2017, at 6:15 PM, Dan McDonald dan...@omniti.com wrote:

> Hello!
> 
> I'm including Tobias in this, as he reported this to me in OmniOS r151020
> (released November of 2016).  He can correct any mistake I make in reporting
> this.
> 
> His KVM instances are experiencing, "Random short freezes".  Let me quote him:
> 
>> We are running kvm instances on omni r20 and are experiencing random short
>> freezes.
>> I wrote the following short test script to see how frequent the freezing
>> occurres
>> 
>> perl -e 'use Time::HiRes qw(time usleep); my $now = time; while(1){usleep
>> 20; my $next = time; my $diff = $next - $now; $now=$next; if ($diff >
>> 0.22){ print "".localtime(time)." ".$diff,"\n"}}'
>> 
>> the output looks like this
>> 
>> Thu Mar  9 15:26:12 2017 0.224979877471924
>> Thu Mar  9 15:26:23 2017 0.273133993148804
>> Thu Mar  9 15:27:54 2017 1.17526292800903
>> Thu Mar  9 15:28:59 2017 2.04209899902344
>> Thu Mar  9 15:30:31 2017 1.0813729763031
>> Thu Mar  9 15:30:44 2017 0.600342988967896
>> Thu Mar  9 15:31:47 2017 1.43648099899292
>> Thu Mar  9 15:32:25 2017 0.897988796234131
>> Thu Mar  9 15:33:28 2017 0.998631000518799
>> Thu Mar  9 15:34:10 2017 4.89306116104126
>> Thu Mar  9 15:36:15 2017 1.22311997413635
>> Thu Mar  9 15:38:57 2017 1.64742302894592
>> Thu Mar  9 15:39:21 2017 1.36228013038635
>> Thu Mar  9 15:40:08 2017 1.62232208251953
>> Thu Mar  9 15:40:32 2017 1.37291598320007
>> Thu Mar  9 15:42:30 2017 0.211127996444702
>> 
>> as you can see there are quite frequent short freezes ...
> 
> So his KVM guest sees freezes.  And he ran that perl in the OmniOS global zone
> w/o noticing any slowdowns.
> 
> I asked him to pstack(1) the qemu process.  It's attached below as pstack.zip.
> 
> He further noticed a manifestation in the global zone:
> 
>> What I found while looking up process numbers on the problematic box, is that
>> 
>>   time cat /proc/*/psinfo > /dev/null
>> 
>> Takes anywhere between 0.01s and 4s if called repeatedly, whereas on a 
>> machine
>> another host where there are no sever kvm hangs this command always takes 
>> about
>> 0.02 secons.
> 
> So he can find slowness that's likely KVM-induced in the global zone.  With 
> that
> in mind, I told him, and he responded:
> 
>>> lockstat(1M) may be helpful here:
>>> 
>>> lockstat -o  cat /proc/*/psinfo > /dev/null
>>> 
>>> I'll want to see that output from .  ESPECIALLY if it's a "takes 
>>> way
>>> too long" sort of result.
> 
> 
> He included three lockstat outputs, also attached below.
> 
> The longer-running ones had this lock:
> 
> 11423  73%  73% 0.00 3403 0xfea4320ef020
> gfn_to_memslot_unaliased+0x1f
> 
> being hammered more in the long-running ones than in the short-running ones.
> Now I don't know KVM internals all that well, but  it looks like the lock in
> question protects a linear-array-search of memory slots.  It appears it just
> runs through and stops when the requested address is in the range of one of 
> the
> hits.
> 
> I've not asked Tobias yet to dig into kmdb to see how many memory slots are in
> this kvm, but let me do that too:
> 
> Tobias:  Try this:
> 
>   dtrace -n 'gfn_to_memslot_unaliased:entry { printf("\nKVM 0x%p, number 
> of
>   memslots: %d\n", arg0, ((struct kvm_memslots *)((struct kvm
>   *)arg0)->memslots)->nmemslots); stack(); exit(0);}'
> 
> If your system is still running the same KVM instances, check for
> 0xfea4320ef000 as the KVM pointer.
> 
> Everyone else ===> Any idea if memslots would cause KVM instances to misbehave
> per above?  If not, any other clues so I don't keep chasing red herrings?  If
> so, should we perhaps spend some time making memslots more efficient?  Or are
> there operational considerations not being accounted for?
> 
> Thanks,
> Dan

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] kvm instances random short freeze

2017-03-09 Thread Tobias Oetiker
Hi 

We are running kvm instances on omni r20 and are experiencing random short 
freezes. 
I wrote the following short test script to see how frequent the freezing 
occurres 

perl -e 'use Time::HiRes qw(time usleep); my $now = time; while(1){usleep 
20; my $next = time; my $diff = $next - $now; $now=$next; if ($diff > 
0.22){ print "".localtime(time)." ".$diff,"\n"}}' 

the output looks like this 

Thu Mar 9 15:26:12 2017 0.224979877471924 
Thu Mar 9 15:26:23 2017 0.273133993148804 
Thu Mar 9 15:27:54 2017 1.17526292800903 
Thu Mar 9 15:28:59 2017 2.04209899902344 
Thu Mar 9 15:30:31 2017 1.0813729763031 
Thu Mar 9 15:30:44 2017 0.600342988967896 
Thu Mar 9 15:31:47 2017 1.43648099899292 
Thu Mar 9 15:32:25 2017 0.897988796234131 
Thu Mar 9 15:33:28 2017 0.998631000518799 
Thu Mar 9 15:34:10 2017 4.89306116104126 
Thu Mar 9 15:36:15 2017 1.22311997413635 
Thu Mar 9 15:38:57 2017 1.64742302894592 
Thu Mar 9 15:39:21 2017 1.36228013038635 
Thu Mar 9 15:40:08 2017 1.62232208251953 
Thu Mar 9 15:40:32 2017 1.37291598320007 
Thu Mar 9 15:42:30 2017 0.211127996444702 

as you can see there are quite frequent short freezes ... 

I am running the same script in the omnios global zone there is no freezing 
over 0.02s 

any ideas ? 

cheers 
tobi 
-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] what about zfs-io-priority

2017-03-03 Thread Tobias Oetiker
Hi Dan

you imported the change in r14 and the article from the joyent wiki
is from Sep 21, 2011

so I guess if anything, you have something newer than what is
described in the joyent wiki, but the question is what ...

cheers
tobi


Today Dan McDonald wrote:

>
> > On Mar 3, 2017, at 5:32 AM, Tobias Oetiker  wrote:
> >
> > Did zfs-io-priority for zones ever make it into omnios ?
> >
> >   https://omnios.omniti.com/ticket.php/13 suggests it did
> >
> > but the notes on configuring it from
> >
> >   https://wiki.smartos.org/display/DOC/Tuning+the+IO+Throttle
> >
> > don't seem to apply.
> >
> > anyone ?
>
> I think an early version was ported in, and nobody kept up with any 
> subsequent changes from Joyent afterwards.
>
> If that wiki has older revs, see if they apply instead.
>
> Dan
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] what about zfs-io-priority

2017-03-03 Thread Tobias Oetiker
Did zfs-io-priority for zones ever make it into omnios ? 

https://omnios.omniti.com/ticket.php/13 suggests it did 

but the notes on configuring it from 
https://wiki.smartos.org/display/DOC/Tuning+the+IO+Throttle 

don't seem to apply. 

anyone ? 

cheers 
tobi 

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland 
www.oetiker.ch t...@oetiker.ch +41 62 775 9902 
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] LX zones: configurations

2017-01-11 Thread Tobias Oetiker
On 11 Jan, 2017, at 00:03, Dan McDonald dan...@omniti.com wrote:

> Given how encompassing the 022 work is, don't hold your breath.  If there are
> real, provable show-stoppers in LX, fixes may get backported.

We have setup ThinLinc (www.cendio.com) in an ubuntu 16.04 lx zone ... 

ThinLinc is a sunray like environment with very fast vnc based 
software-thin-clients ... 
the setup works great on lx and is VERY fast, compared to
doing the same thing in kvm ... 

the only 'show-stopper' for us is that chrome (and chromium) crash pretty
much instantly after launch ...

so I would be quite interesting on how to report lx issues ... (and yes we do 
have a omniti support contract).

cheers
tobi
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] using proxmox, after upgrade KVM does not start

2016-11-07 Thread Tobias Oetiker
Robert,

Today Robert.fantini wrote:

> Hello
>
> My issue may have nothing to do with the omnios upgrade. It could be due to a 
> mistake I made somewhere else.
>
> After upgrading to :
> OmniOS 5.11 omnios-cac2b76 October 2016
> SunOS sys4 5.11 omnios-cac2b76 i86pc i386 i86pc
>
> our KVM's using iscsi will not start.
> kvm: -drive 
> file=iscsi://10.2.2.41/iqn.2010-09.org.napp-it:1459891666/2,if=none,id=drive-virtio0,format=raw,cache=none,aio=native,detect-zeroes=on:
>
> iSCSI: Failed to connect to LUN : iscsi_service failed with : 
> iscsi_service_reconnect_if_loggedin. Can not reconnect right now.
>
>
> Has anyone seen that?
>
> Or suggest iscsi debugging/testing commands to get more information?

we found that after the upgrade a few of our luns had disaperaed
... since onone else reported this on the list we thought that we
may have made a mistake ... but maybe there is something more

just recreate the missing luns ... (we had to pick new lun numbers
since omni complained that the old luns were already in use)

then rescan iscsi on the proxmox host and all should be well.

cheers
tobi
>
>
> thanks , Robert Fantini

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] LDAP external auth for CIFS service

2016-08-18 Thread Tobias Oetiker
- On 18 Aug, 2016, at 17:15, Dan McDonald dan...@omniti.com wrote:

>> On Aug 18, 2016, at 11:04 AM, Mick Burns  wrote:
>> 
>> *bump*
>> anyone ?
> 
> I'm going to forward your note to someone I know who works on CIFS.  He's not 
> on
> this list.

looking forward to the answer ... :) I have always used an AD for this but 
openldap would be so much cooler.

cheers
tobi
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Znapzend installation

2016-06-10 Thread Tobias Oetiker
Hi Lawrence,

if you install something from source, NEVER unpack the source in
the installation directory ...

unpack in /scratch or /tmp ... install to /opt/package-version

cheers
tobi

Today Lawrence Giam wrote:

> Hi All,
>
> I am trying to test Znapzend on OmniOS R151014 but getting errors on the
> installation. This is the errors:
>
> root@sgtestnas02:/opt/znapzend# ./configure --prefix=/opt/znapzend
> --enable-svcinstall=/var/svc/manifest/site
> checking in to see how you are doing... keep fighting man!
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... conftools/install-sh -c -d
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking whether UID '0' is supported by ustar format... yes
> checking whether GID '0' is supported by ustar format... yes
> checking how to create a ustar tar archive... gnutar
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether make supports nested variables... (cached) yes
> checking for perl... /usr/bin/perl
> checking for curl... /usr/bin/curl
> checking for wget... /usr/bin/wget
> checking for pod2man... no
> checking for perl version greater than or equal to 5.10.1... ok
> checking is perl reasonably complete... yes. ExtUtils::MakeMaker is
> available
> checking if require a c compiler to get perl modules compiled... yes
> checking for gcc... /usr/bin/gcc
> checking is perls favorite c compiler (gcc) available... yes
> checking for grep that handles long lines and -e... /usr/bin/ggrep
> checking for gnumake... no
> checking for gmake... /usr/bin/gmake
> checking for gnu make availablility... /usr/bin/gmake is GNU make
> checking the price for bergulian eckels... way to expensive!
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating thirdparty/Makefile
> config.status: creating lib/Makefile
> config.status: creating init/znapzend.xml
> config.status: WARNING:  'init/znapzend.xml.in' seems to ignore the
> --datarootdir setting
>
> ** CONFIGURE DONE **
>
> Settings:
>
>   PERL5LIB = not set
>   PERL = /usr/bin/perl
>   SVCINSTALLDIR = /var/svc/manifest/site
>
> The Makefiles use GNU make functionality.
> Continue installation with
>
>   /usr/bin/gmake install
>
> root@sgtestnas02:/opt/znapzend# /usr/bin/gmake install
> Making install in thirdparty
> gmake[1]: Entering directory `/opt/znapzend-0.15.7/thirdparty'
>   GEN  touch
> Successfully installed IO-Socket-IP-0.37
> Successfully installed Mojolicious-6.46
> Successfully installed Scalar-List-Utils-1.45 (upgraded from 1.25)
> Successfully installed Exporter-5.72 (upgraded from 5.66)
> Successfully installed IO-Pipely-0.005
> Successfully installed Mojo-IOLoop-ForkCall-0.17
> Successfully installed Test-Harness-3.36 (upgraded from 3.23)
> 7 distributions installed
>   GEN  touch
> gmake[2]: Entering directory `/opt/znapzend-0.15.7/thirdparty'
> gmake[2]: Nothing to be done for `install-exec-am'.
> gmake[2]: Nothing to be done for `install-data-am'.
> gmake[2]: Leaving directory `/opt/znapzend-0.15.7/thirdparty'
> gmake[1]: Leaving directory `/opt/znapzend-0.15.7/thirdparty'
> Making install in lib
> gmake[1]: Entering directory `/opt/znapzend-0.15.7/lib'
> gmake[2]: Entering directory `/opt/znapzend-0.15.7/lib'
> gmake[2]: Nothing to be done for `install-exec-am'.
>  ../conftools/install-sh -c -d '/opt/znapzend/lib'
>  /usr/bin/install -c -m 644  ./ZnapZend.pm '/opt/znapzend/lib/.'
> /usr/bin/install: './ZnapZend.pm' and '/opt/znapzend/lib/./ZnapZend.pm' are
> the same file
> gmake[2]: *** [install-nobase_dataDATA] Error 1
> gmake[2]: Leaving directory `/opt/znapzend-0.15.7/lib'
> gmake[1]: *** [install-am] Error 2
> gmake[1]: Leaving directory `/opt/znapzend-0.15.7/lib'
> gmake: *** [install-recursive] Error 1
> root@sgtestnas02:/opt/znapzend#
>
> Don't know what is missing, any help here?
>
> Thanks & Regards.
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] need help with znapzendzetup

2016-05-15 Thread Tobias Oetiker
Hi Robert

znapzend is "push-only"

cheers
tobi

Today Robert Fantini wrote:

> Hello,
>
> I've got znapzend working on omnios.  that can remote send to linux using a
> napp-it  job .
>
> Next I want to run znapzend on linux and pull from omnios .
>
> this does not work ,
> znapzendzetup create \
>   --tsformat='%Y-%m-%d-%H%M%S'  \
>   --mbuffer=/usr/bin/mbuffer \
>   SRC  '7d=>1h,3w=>1d'   root@10.2.2.21:data/vm-111-disk-1  \
>   DST  '7d=>1h,3m=>1d'   tank/znapzend/pro4-kvm
>
> *** backup plan: root@10.2.2.21:data/vm-111-disk-1 ***
> dst_0   = tank/znapzend/pro4-kvm
> dst_0_plan  = 7days=>1hour,3months=>1day
> enabled = on
> mbuffer = /usr/bin/mbuffer
> mbuffer_size= 1G
> post_znap_cmd   = off
> pre_znap_cmd= off
> recursive   = off
> src = root@10.2.2.21:data/vm-111-disk-1
> src_plan= 7days=>1hour,3weeks=>1day
> tsformat= %Y-%m-%d-%H%M%S
>
> Do you want to save this backup set [y/N]?
>  y
> cannot open 'root@10.2.2.21:data/vm-111-disk-1': invalid dataset name
> cannot open 'root@10.2.2.21:data/vm-111-disk-1': invalid dataset name
> ERROR: could not set property dst_0_plan on root@10.2.2.21:
> data/vm-111-disk-1
>
>
> The SRC zfs exists:
> ssh 10.2.2.21 zfs list data/vm-111-disk-1
> NAME USED  AVAIL  REFER  MOUNTPOINT
> data/vm-111-disk-1  16.5G  1.17T  16.1G  -
>
>
> Any clues on what I am doing wrong?
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] Samsung SM863

2015-12-10 Thread Tobias Oetiker
Just found that samsung now has an ssd with  power loss protection

http://www.storagereview.com/samsung_sm863_ssd_review

what do you think ?

cheers
tobi


-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] considering an SSD pool ... which SSD

2015-12-08 Thread Tobias Oetiker
We are looking into the possibility of setting up our first SSD
based pool ... any recommendations for SSDs to use ?

Our System Integrator recommends the use of Intel SSDs as opposed
to Samsung since Samsung would be changing their lineup every few
weeks and thus make it difficult to source replacement disks, in
case one should fail.

any thoughts ?

cheers
tobi





-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] allocation throttle

2015-06-27 Thread Tobias Oetiker
I am just watching OpenZFS Conference Videos. George Wilson just
showed off his allocation throttle work ... is this in omnios
already ?

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] 014 and X540 on intel s2600

2015-06-16 Thread Tobias Oetiker
Friday Tobias Oetiker wrote:

> We are trying to get an intel 10G network interface x540 to work
> on omnios r014. We do see the interface with
>
> $ dladm show-phys
>
> but it does not show any reaction when we plug an ethernet cable
> leading to a 1Gb switch port. It stays 'down'

to resolve this ... it turnes out the customer had neglected to
plug the network cable in ...  and had steadfastly claimed that
everything was plugged propperly when we called him. Only today
when we called again and another member of staff went to check, he
found that no cable was connected to the port ...

To to recap ... x540 10 Gigabit Copper Ethernet ports work on
omnios r014 out of the box. IF the cable is plugged in.

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] 014 and X540 on intel s2600

2015-06-12 Thread Tobias Oetiker
We are trying to get an intel 10G network interface x540 to work
on omnios r014. We do see the interface with

$ dladm show-phys

but it does not show any reaction when we plug an ethernet cable
leading to a 1Gb switch port. It stays 'down'


any ideas ?

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] [smartos-discuss] kvm network performance survey

2015-04-13 Thread Tobias Oetiker
Michael,

Today Michael Rasmussen wrote:

> On Mon, 13 Apr 2015 16:25:42 +
> John Barfield  wrote:
>
> >
> > I?ll try to pull some numbers but the truth is that debian based guest
> > versions perform WAY better than CentOS guests.
> >
> Are the kernels identical in Debian and CentOS?

We don't have measurements from Centos in the list yet, but various
ubuntu versions and kernels, and you can see there that between
different kernel versions, there can well be a factor of 2 or 3 in
performance ... that is also interesting ...

   http://goo.gl/Vr1tC6

BUT what worries me, is that between omnios r10 and r14 (r12
actually) there is a factor of 1000 or more !!!

cheers
tobi

>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] [smartos-discuss] kvm network performance survey

2015-04-13 Thread Tobias Oetiker
Hi John

Today John Barfield wrote:

> I can confirm that I?ve seen the same behaviors.
>
> I?ll try to pull some numbers but the truth is that debian based
> guest versions perform WAY better than CentOS guests.
>
> From all of my testing IMHO it is the host (illumos) virtio
> implementation.
>
> I only say this because I see such drastic performance results
> between different guest virtio driver version on illumos hosts
> that I do not see on Linux hosts.
>
> I can also confirm that I did not see this issue on SmartOS and I
> did test, Widows, Centos, And Ubuntu and was able to achieve near
> wire speed guest-2-guest on different SmartOS hosts.
>
> Here is my original thread posted about this in march:
> http://lists.omniti.com/pipermail/omnios-discuss/2015-March/004539.html

if you look at the spreadsheet you can see that the problem also
affects the e1000 driver ...  and since nothing has changed in kvm
between r10 and r12 (as dan pointed out in a earlier thread) my
guess is that the problem is due to some unfortunate interaction
between kvm and some other changes.

the spreadsheet now contains results from quite a number of
different configurations ...

   http://goo.gl/Vr1tC6

fact is, that we are in a pretty bad place with OmniOS now for our
production systems, as support for r10 is over and we can not
upgrade without totally killing performance ...

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] [smartos-discuss] kvm network performance survey

2015-04-10 Thread Tobias Oetiker
Hi Nigel,

Yesterday Nigel W wrote:

> On Fri, Apr 10, 2015 at 7:52 AM, Tobias Oetiker  wrote:
>
> > Hi,
> >
> > For the past few months I have been struggling with bad KVM nework
> > performance on omnios R12 and R14.  Especially under
> > bidirectional load things are looking terrible (factor 1000).
> >
> > Every now and then there is a report on the mailinglist about such
> > problems, but we have not yet seen anything really helpful.
> >
> > In my tests I have been using iperf to collect streaming tcp
> > network performance on verious configurations.
> >
> > I realy want to see this solved. As an initial effort, I have setup
> > a google spreadsheet to collect performance data. The sheet
> > includes instructions on how to test and lets you record your test
> > results:
> >
> >   http://goo.gl/Vr1tC6
> >
> > Please add your test results, or even better, figure out what is going
> > wrong!
> >
> > cheers
> > tobi
> >
> Is this measurement between the kvm guest and the host or the kvm guest
> and another (presumably native) host on the network?


the measurement is between the  kvm guest and the host where kvm is
running on.

cheers
tobi

>
> Thanks,
>
>
>
> ---
> smartos-discuss
> Archives: https://www.listbox.com/member/archive/184463/=now
> RSS Feed: https://www.listbox.com/member/archive/rss/184463/25228365-edc0b66b
> Modify Your Subscription: 
> https://www.listbox.com/member/?member_id=25228365&id_secret=25228365-9b5303ef
> Powered by Listbox: http://www.listbox.com
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Potential KVM Virtio Performance Issues

2015-03-27 Thread Tobias Oetiker
Hi John,

this sounds encurraging ...

could you provied complete details of your setup ...

* start up commandline for qemu-system-x86_64
* kernel version running on on your ubuntu
* any special config on the ubuntu side (eg in /etc/systctl.conf) or so ...

cheers
tobi


Yesterday John Barfield wrote:

> So I was still having issues with virtio performance. I?ve finally determined 
> that its the child zone that is  capping the throughput at 85mbps.
>
> If I halt the zone and launch the same VM from the GZ I get 955mbps.
>
> Another thing?the virtio driver in Centos6.6 does not work well with OmniOS 
> kvm.
>
> I can boot Centos from either the GZ or a CZ and I?m actually getting results 
> in the Kb now instead of mbps with iperf. May have something to do with the 
> tcp window being 19.5 kb on CentOS vs 85kb on Ubuntu. Assuming this is a 
> driver problem.
>
> The only OS I get good speeds with are Ubuntu server 14.04 running the Global 
> Zone. (Have only tested two though :))
>
> So my recipe for decent virtio performance on OmniOS:
>
> Ubuntu Linux Server 14.04 running in Global Zone.
>
> Does anyone have any idea why the child zone is capping my throughput?
>
> Am I missing a zone cfg parameter to allow the child zone to have full 1GB 
> bandwidth?
>
>
>
> From: Theo Schlossnagle
> Date: Wednesday, March 25, 2015 at 6:56 AM
> To: John Barfield
> Cc: Phil Harman, 
> "omnios-discuss@lists.omniti.com"
> Subject: Re: [OmniOS-discuss] Potential KVM Virtio Performance Issues
>
> +1 John.  That documentation would be very welcome.
>
> On Tue, Mar 24, 2015 at 9:50 PM, John Barfield 
> mailto:john.barfi...@bissinc.com>> wrote:
> Actually the numbers I sent for the SmartOS VM to VM test were on a switch 
> with Jumbo frames (switch = 9216 mtu...SmartOS GZ MTU = 9000) (Extreme 
> Networks Summit X440-48t release 15.2.3 patch12) Theyre also sitting in 
> Q-in-Q tagged VLANs. Admin tagged nic sits in Vman (provider bridge) 10 the 
> VMs were tagged in VLAN 1674. (not bad :) really)
>
> As far as everyone who is wondering how I got 952 Mbps on OmnisOS KVM while 
> running in a zone I plan to write up a how-to that can be posted to the core 
> site if you'd like. There are several caveats that are not documented today 
> for running KVM in a zone. Not that I didnt reverse engineer some of Joyents 
> work of course.
>
>
>
> Thanks and have a great day,
>
> John Barfield
>
> > On Mar 24, 2015, at 7:40 PM, Phil Harman 
> > mailto:phil.har...@gmail.com>> wrote:
> >
> > John,
> >
> > Interesting work and data. Thanks for sharing.
> >
> > I've also been playing with Oracle Solaris 11.2 vs Linux vs FreeBSD on 
> > SmartOS vs ESX5.5 (free edition) both VM2VM and VM to remote host over a 
> > couple of Intel 10GBASE-T cards.
> >
> > As far as I can tell, there remains no virtio-net driver for Solaris / 
> > Illumos guests, so I've been using e1000g, which really sucks.
> >
> > I found virtio-net works ok under KVM, but was blown away by vmxnet3 under 
> > ESX performance (for which a Solaris / Illumos drivers do exist), being 
> > able to get close to 8gbps from the guest over the wire!
> >
> > To achieve this I had to use jumbo frames (something the current Solaris 
> > 11.2 e1000g appears unable to do at all any more).
> >
> > So I was wondering, while you are there, whether you've got (or can get) 
> > any data for KVM virtio-net VM2VM using jumbo frames?
> >
> > My expectation would be at least 2x for MTU 9000 vs 1500.
> >
> > I also wonder whether like for like comparison with ESX might encourage 
> > further improvements?
> >
> > As someone used to say at Sun "If Linux is faster, it's a Solaris bug!". It 
> > would be great if the community could agree to the same for ESX vs KVM :)
> >
> > Cheers,
> > Phil
> >
> >
> >> On 24 Mar 2015, at 23:45, John Barfield 
> >> mailto:john.barfi...@bissinc.com>> wrote:
> >>
> >> Btw I did go ahead and test both virtio methods...I gave a vm the -device 
> >> argument on one interface and the -net argument for another the results 
> >> where
> >>
> >> -device = eth0 = 952mbps
> >> -net = eth1 = 199 mbps
> >>
> >> Thanks and have a great day,
> >>
> >> John Barfield
> >>
> >>> On Mar 24, 2015, at 6:12 PM, Dan McDonald 
> >>> mailto:dan...@omniti.com>> wrote:
> >>>
> >>>
>  On Mar 24, 2015, at 7:04 PM, Dominik Hassler 
>  mailto:hassl...@gmx.li>> wrote:
> 
>  Dan,
> 
> >> After further testing I achieved 952 MBytes on a VM-2-VM
> >> connection...1
> >> linux Ubuntu 12.04 vm to another CentOS 6.6 VM running on two
> >> different SmartOS host machines (through an extreme networks switch).
> 
>  if I got John correctly, he was running his second test on SmartOS 
>  hosts...
> 
>  We did a lot of testing on OmniOS with -net vnic and -device
>  virtio-net-pci but sadly to no avail...
> 
>  I think we have to hope that SmartOS kvm improvements will get
>  upstreamed sooner or 

[OmniOS-discuss] kvm crashing while running replication send/receive

2015-03-23 Thread Tobias Oetiker
I got these bunch of new disks when for our (r12 omnios) server and
userd repication send / receive to transfer an existing pool to the
new disks.  While doing so, we found that the kvm instances running
on that machine had a rather pronounced tendency to become
unresponsive. Killing the kvm process and starting it again helped ...

Neither the sending nor the receiving pool were the ones where the
kvm volumes where hosted ...

Any ideas how this can happen ?

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] incomplete recursive snapshots

2015-03-13 Thread Tobias Oetiker
Hi Dan,

Today Dan McDonald wrote:

> Only recently fixed snapshot bug I could find was Illumos 5150 
> http://www.illumos.org/issues/5150
>
> Also, could you share the precise warnings?  It'll help finding who's doing 
> the complaining.

*blush* it was my bad ...

see
http://serverfault.com/questions/675185/incomplete-recursive-snapshots-on-zfs

cheers
tobi

>
> Dan
>
> Sent from my iPhone (typos, autocorrect, and all)
>
> > On Mar 13, 2015, at 3:25 AM, Tobias Oetiker  wrote:
> >
> > I got a bunch of new disks on one of our systems and wanted to
> > transfer an existing pool over to them so what I did was this:
> >
> >zfs snapshot -r old-pool@replicaton
> >zfs send -R old-pool@replication | mbuffer -m 1G  | zfs receive -F -d  
> > new-pool
> >
> > but then halfway through the operation, I got warnings from send,
> > that old-pool/some/fileset@replication would not exist ...
> >
> > when I went to investigate, I found indeed that zfs snapshot -r had
> > neglected to create a snapshot on old-pool/some/fileset. So I
> > ran
> >
> >zfs list -r -o name old-pool | xargs -n1 perl -e 'system 
> > "zfs","list",$ARGV[0].q{@replication}'
> >
> > and found that there were about 10% of the filesets which were
> > lacking this snapshot ...
> >
> > I then proceeded to create the missing snapshot individually, and
> > it worked fine.
> >
> > I have since repeated the experiment and found the same problem
> > again ...
> >
> > any idea how this can be ?
> >
> > cheers
> > tobi
> >
> >
> > --
> > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> > www.oetiker.ch t...@oetiker.ch +41 62 775 9902
> >
> > ___
> > OmniOS-discuss mailing list
> > OmniOS-discuss@lists.omniti.com
> > http://lists.omniti.com/mailman/listinfo/omnios-discuss
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] incomplete recursive snapshots

2015-03-13 Thread Tobias Oetiker
I got a bunch of new disks on one of our systems and wanted to
transfer an existing pool over to them so what I did was this:

zfs snapshot -r old-pool@replicaton
zfs send -R old-pool@replication | mbuffer -m 1G  | zfs receive -F -d  
new-pool

but then halfway through the operation, I got warnings from send,
that old-pool/some/fileset@replication would not exist ...

when I went to investigate, I found indeed that zfs snapshot -r had
neglected to create a snapshot on old-pool/some/fileset. So I
ran

zfs list -r -o name old-pool | xargs -n1 perl -e 'system 
"zfs","list",$ARGV[0].q{@replication}'

and found that there were about 10% of the filesets which were
lacking this snapshot ...

I then proceeded to create the missing snapshot individually, and
it worked fine.

I have since repeated the experiment and found the same problem
again ...

any idea how this can be ?

cheers
tobi


-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] 5296 Support for more than 16 groups with AUTH_SYS

2015-03-11 Thread Tobias Oetiker
Is

https://github.com/illumos/illumos-gate/commit/89621fe174cf95ae903df6ceab605bf24d696ac3

in 14 ?

cheers
tobi


-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] About P19

2015-03-11 Thread Tobias Oetiker
Dan,

you mentioned in an earlier post that you had not heard anything
good about P19 ... this seems to prompt people to consider
downgreading to P18 ...

Did you mean to say that you had heared something BAD about P19 or
just nothing at all. Because I like my firmware best when it just
does what it is suposed todo and noone even thinks about it.

We are running P19 currently on one of our boxes, and it works ok.

(It did not solve the problem that prompted us to upgrade, which is
that we are seeing disks going offline for a few seconds every few
weeks causing zfs to mark them as faulted. But it did not make it
worse either, so we are looking at the disk firmware now ... )

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] HGST 7K6000 for a RAIDZ2 pool

2015-02-26 Thread Tobias Oetiker
Today Tobias Oetiker wrote:

> Hi Marts,
>
> Yesterday Warren Marts wrote:
>
> > At some point sourcing true 512 B/sector disks will get more difficult and
> > expensive - unless you knew this filesystem is likely to see lots of small
> > writes and performance or space efficiency are critical I'd lean to the 4KB
> > sector disks.
>
> Amazingly, the new He6 drives from HGST only seem to exist in an
> 512n variant ... while the also new He8 drives only come in 4Kn and
> 512e types ...

also while on the subject, there is

https://github.com/zfsonlinux/zfs/issues/548
https://github.com/zfsonlinux/zfs/issues/1807

which would indicate that using 512n is probably a better choice in
an environment where we are using zvol a lot

cheers
tobi


>
>
> > On Wed, Feb 25, 2015 at 4:39 PM, Richard Elling <
> > richard.ell...@richardelling.com> wrote:
> >
> > >
> > > > On Feb 25, 2015, at 3:17 PM, Tobias Oetiker  wrote:
> > > >
> > > > experts!
> > > >
> > > > If you were to buy 6TB disks for a RAIDZ2 Pool, would you go for
> > > > 512n like in the olden days, or use the new 4Kn.
> > > >
> > > > I know ZFS can deal with both ...
> > > >
> > > > So what would be your choice, and WHY?
> > >
> > > Better yet, what would be your requirements, then your choice, then why?
> > >  -- richard
> > >
> > > >
> > > > cheers
> > > > tobi
> > > >
> > > > --
> > > > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> > > > www.oetiker.ch t...@oetiker.ch +41 62 775 9902
> > > >
> > > > ___
> > > > OmniOS-discuss mailing list
> > > > OmniOS-discuss@lists.omniti.com
> > > > http://lists.omniti.com/mailman/listinfo/omnios-discuss
> > >
> > > ___
> > > OmniOS-discuss mailing list
> > > OmniOS-discuss@lists.omniti.com
> > > http://lists.omniti.com/mailman/listinfo/omnios-discuss
> > >
> >
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] HGST 7K6000 for a RAIDZ2 pool

2015-02-25 Thread Tobias Oetiker
Hi Marts,

Yesterday Warren Marts wrote:

> At some point sourcing true 512 B/sector disks will get more difficult and
> expensive - unless you knew this filesystem is likely to see lots of small
> writes and performance or space efficiency are critical I'd lean to the 4KB
> sector disks.

Amazingly, the new He6 drives from HGST only seem to exist in an
512n variant ... while the also new He8 drives only come in 4Kn and
512e types ...


> On Wed, Feb 25, 2015 at 4:39 PM, Richard Elling <
> richard.ell...@richardelling.com> wrote:
>
> >
> > > On Feb 25, 2015, at 3:17 PM, Tobias Oetiker  wrote:
> > >
> > > experts!
> > >
> > > If you were to buy 6TB disks for a RAIDZ2 Pool, would you go for
> > > 512n like in the olden days, or use the new 4Kn.
> > >
> > > I know ZFS can deal with both ...
> > >
> > > So what would be your choice, and WHY?
> >
> > Better yet, what would be your requirements, then your choice, then why?
> >  -- richard
> >
> > >
> > > cheers
> > > tobi
> > >
> > > --
> > > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> > > www.oetiker.ch t...@oetiker.ch +41 62 775 9902
> > >
> > > ___
> > > OmniOS-discuss mailing list
> > > OmniOS-discuss@lists.omniti.com
> > > http://lists.omniti.com/mailman/listinfo/omnios-discuss
> >
> > ___
> > OmniOS-discuss mailing list
> > OmniOS-discuss@lists.omniti.com
> > http://lists.omniti.com/mailman/listinfo/omnios-discuss
> >
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] HGST 7K6000 for a RAIDZ2 pool

2015-02-25 Thread Tobias Oetiker
experts!

If you were to buy 6TB disks for a RAIDZ2 Pool, would you go for
512n like in the olden days, or use the new 4Kn.

I know ZFS can deal with both ...

So what would be your choice, and WHY?

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] recovering a faulted disk

2015-02-21 Thread Tobias Oetiker
If zfs sees too many errors on a disk, it will 'FAULT'
the disk, replace it with a spare disk and start resilvering.

We have one system where this keeps happening ... as explained in

http://lists.omniti.com/pipermail/omnios-discuss/2014-March/002413.html

We have since replaced the firmware on the controllers, and
increassed the fan speed, to make sure the contollers are not hot.

The disk, in any event seem to be ok, since they do not exhibit any
problem when testing afterwards.

So my question is, can I somehow convince ZFS that the disk it just
FAULTED is actually OK, and it should just fixup the bits that have
changed since it abandoned the particular disk ?

The reason I am asking this is that resilvering takes quite a lot
of time with the stuff we have on these drives, a few days at least
... and just a few hours ago, the scond drive in our RAIDZ2 got
faulted ...


cheers
tobi
-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] UPCOMING: End of Support Life approaching for OmniOS r151010

2015-02-20 Thread Tobias Oetiker
Hi Dan,

Today Dan McDonald wrote:

> Sometime during Q2CY2015 (no earlier than April 1st), OmniOS
> r151014 will be released.  At that time, support for r151010
> ("previous stable") will be discontinued.  This is in accordance
> with the OmniOS release cycle:
>
>   http://omnios.omniti.com/wiki.php/ReleaseCycle
>
> If you can, please upgrade to r151012.  We *should* be able to
> allow a jump from r151010 to r151014, as we must support a jump
> from r151012 to 014 AND from 006 to 014 (because r151014 will
> also be the next Long-Term Support release).
>
> As I mentioned the last time, beadm(1M) is your friend.  Creating
> backup BEs in case of mistakes is easy.

I do not have a spare machine to test this, but if the dramatic
network io performance regression for kvm present in r151012 has
not been fixed in r151014 then we will be stranded on r151010.

Judging from the echo on the ML, not many people seem to see this
problem, or care about it.

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] in.tftpd not working and how to fix it

2015-02-03 Thread Tobias Oetiker
caveat: due to the kvm performance problem I am still running 010
... but maybe this is also a problem on more recent versions ...

so here goes:

after upgrading to 010 the tftp service on our omnios box stopped
working properly ... it served a few bytes of the request and then
timed out ...

we investigated for a bit and then moved our tftp service to linux.

Today I ran into the problem again and found the solution:

on http://omnios.omniti.com/wiki.php/Installation there is:

 Activate TFTP server by adding the following line to
 /etc/inetd.conf and running the "inetconv" command. This will
 create an SMF service, network/tftp/udp6. Don't worry about the
 "udp6" bit-- it listens for both IPv4 and IPv6 connections.

well as it turnes out, you actually SHOULD worry and use 'udp'
instead ... then all will work nicely (on ip4 at least).

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] 6TB HDs

2015-01-15 Thread Tobias Oetiker
Fabio,

Today Fábio Rabelo wrote:

> Hi to all
>
> In a new system, will be used just 6 TB Hard Discs, with LSI controlers, no
> expander whasoever .

there are 6TB 512n disks now ... just saying ...

cheers
tobi


> WD RED, TQ chassis from supermicro .
>
> I need to set Ashift to 12, or the Omni will do it automatically ?
>
> Thanks in advance ...
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] HGST HUS724030ALS640 vs WD WD4001FYYG

2015-01-09 Thread Tobias Oetiker
We are looking into buying some new 4TB drives for our omnios ZFS
boxes. The race is between these two devices ... both sas, both
512n both 4T.

  HGST HUS724030ALS640 vs WD WD4001FYYG

I have heard anectotal evidence that the WD Re drives were
much more preformant than the HGST offering.

   20 MB/s (HGST) vs 140 MB/s (WD Re) scrub performance in a Mirror setup

We are using the HGST devices at the moment and they did not feel
especially nimble ...

can anyone share their experiance ?

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] kvm io 10 times slower after r151010 -> r151012 upgrade

2015-01-04 Thread Tobias Oetiker
Hi Michael,

so your tests wer now exectued on a bloody host ?

indicating that the performance went back up in bloody ?

cheers
tobi

Today Michael Mounteney wrote:

> Sorry to take so long to get back to you Tobias and I hope this is
> still relevant.  As described elsewhere in this list, I had temporarily
> to downgrade ssh to achieve interoperability between the OmniOS (bloody)
> host and the Gentoo Linux guests.
>
> First, ssh imposes some overhead:
>
> mounty@pantry ~ $ time ssh people exit
>
> real  0m0.724s
> user  0m0.032s
> sys   0m0.012s
>
> that real figure averages around the 0.750s mark.  So I decided to
> perform much bigger transfers to minimise its effect:
>
> mounty@pantry ~ $ dd if=/dev/zero bs=1M count=2000 | ssh people dd 
> of=/dev/null
> 2000+0 records in
> 2000+0 records out
> 2097152000 bytes (2.1 GB) copied, 138.436 s, 15.1 MB/s
> 4096000+0 records in
> 4096000+0 records out
> 2097152000 bytes transferred in 137.657582 secs (15234555 bytes/sec)
>
> mounty@pantry ~ $ ssh people dd if=/dev/zero bs=1M count=2000 | dd 
> of=/dev/null
> 2000+0 records in
> 2000+0 records out
> 2097152000 bytes transferred in 51.692313 secs (40569901 bytes/sec)
> 4096000+0 records in
> 4096000+0 records out
> 2097152000 bytes (2.1 GB) copied, 52.4503 s, 40.0 MB/s
>
> It is puzzling that the in and out figures are so different but I did
> perform each test three times and the results were approximately the
> same each time.  On the read-off-disk test, here are all three runs:
>
> pantry ~ # dd if=/dev/vda of=/dev/zero bs=1M count=1000
> 1000+0 records in
> 1000+0 records out
> 1048576000 bytes (1.0 GB) copied, 65.3406 s, 16.0 MB/s
> pantry ~ # dd if=/dev/vda of=/dev/zero bs=1M count=1000
> 1000+0 records in
> 1000+0 records out
> 1048576000 bytes (1.0 GB) copied, 1.19789 s, 875 MB/s
> pantry ~ # dd if=/dev/vda of=/dev/zero bs=1M count=1000
> 1000+0 records in
> 1000+0 records out
> 1048576000 bytes (1.0 GB) copied, 1.85877 s, 564 MB/s
>
> which I've quoted to show that the disk must be cached.  So I tried
> again with more data to eliminate that effect:
>
> pantry ~ # dd if=/dev/vda of=/dev/zero bs=1M count=10240
> 10240+0 records in
> 10240+0 records out
> 10737418240 bytes (11 GB) copied, 710.215 s, 15.1 MB/s
>
> I hope that's helpful.
>
> Michael.
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] ipadm issues

2014-12-17 Thread Tobias Oetiker
Hi Dan,

Yesterday Dan McDonald wrote:

>
> > On Dec 17, 2014, at 10:47 AM, Dan McDonald  wrote:
> >
> >
> >> On Dec 17, 2014, at 2:54 AM, Tobias Oetiker  wrote:
> >>
> >> I seem to run into trouble with ipadm ...
> >>
> >> here is the latest
> >
> > Silly question --> what does "ipadm show-if" say?
>
> Also, I noticed this:
>
> mplon0/v6   addrconf disabled ::
>
> Try this:
>
>   ipadm enable-if mplon0/v6

I tried enable-addr ... maybe that was the problem ...
since I have now setup the temporary interface ... I can't test
this ...

on another note though ...

as I setup addr conf, I got both the linklocal address as well as a
selfassigned global address ... how can I tell ipadm NOT todo that
and to be happy with the linklocal address, since I am assigning a
fixed address by hand

cheers
tobi


> Dan
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] ipadm issues

2014-12-17 Thread Tobias Oetiker
Today Theo Schlossnagle wrote:

> I think you have to have an addrconf ipv6 first, then you can add the
> static one.
>
> ipadm create-addr -T addrconf mplon0/v6a
> ipadm create-addr -T static -a 2001:2620:102d::cb/64 mplon0/v6static

oh ... I did that ... sorry ... not mentioned ... same problem ...
ipadm only accepts the setting with the -t switch

cheers
tobi

>
> On Wed, Dec 17, 2014 at 2:54 AM, Tobias Oetiker  wrote:
> >
> > I seem to run into trouble with ipadm ...
> >
> > here is the latest
> >
> >  root@simplon:~# ipadm  show-addr
> >  ADDROBJ   TYPE STATEADDR
> >  lo0/v4static   ok   127.0.0.1/8
> >  mplon0/v4static static   ok   118.124.138.203/28
> >  mplon0/v4intern static   ok   192.168.1.4/24
> >  lo0/v6static   ok   ::1/128
> >  mplon0/v6   addrconf disabled ::
> >  mplon0/v6a  static   disabled 2001:2620:102d::cb/64
> >  root@mplon:~# ipadm  enable-addr -t mplon0/v6
> >  ipadm: could not enable address: Object not found
> >  root@mplon:~# ipadm  enable-addr -t mplon0/v6a
> >  ipadm: could not enable address: Object not found
> >
> > I was able to solve this to an extent by removing the ip6 stuff
> > from /etc/ipadm.conf, and then running ipdam again but it would not
> > let me add permanent config:
> >
> >  root@mplon:~# ipadm create-addr -T static -a 2001:2620:102d::cb/64
> > mplon0/v6a
> >  ipadm: Could not create address: Persistent operation on temporary object
> >
> > At least adding a temporary address worked:
> >
> >  ipadm create-addr -t -T static -a 2001:2620:102d::cb/64 mplon0/v6a
> >
> > how to make ipadm see the light ?
> >
> > cheers
> > tobi
> >
> > --
> > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> > www.oetiker.ch t...@oetiker.ch +41 62 775 9902
> >
> > ___
> > OmniOS-discuss mailing list
> > OmniOS-discuss@lists.omniti.com
> > http://lists.omniti.com/mailman/listinfo/omnios-discuss
> >
>
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] ipadm issues

2014-12-17 Thread Tobias Oetiker
I seem to run into trouble with ipadm ...

here is the latest

 root@simplon:~# ipadm  show-addr
 ADDROBJ   TYPE STATEADDR
 lo0/v4static   ok   127.0.0.1/8
 mplon0/v4static static   ok   118.124.138.203/28
 mplon0/v4intern static   ok   192.168.1.4/24
 lo0/v6static   ok   ::1/128
 mplon0/v6   addrconf disabled ::
 mplon0/v6a  static   disabled 2001:2620:102d::cb/64
 root@mplon:~# ipadm  enable-addr -t mplon0/v6
 ipadm: could not enable address: Object not found
 root@mplon:~# ipadm  enable-addr -t mplon0/v6a
 ipadm: could not enable address: Object not found

I was able to solve this to an extent by removing the ip6 stuff
from /etc/ipadm.conf, and then running ipdam again but it would not
let me add permanent config:

 root@mplon:~# ipadm create-addr -T static -a 2001:2620:102d::cb/64 mplon0/v6a
 ipadm: Could not create address: Persistent operation on temporary object

At least adding a temporary address worked:

 ipadm create-addr -t -T static -a 2001:2620:102d::cb/64 mplon0/v6a

how to make ipadm see the light ?

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] live lsi firmware upgrade P17->P19

2014-12-11 Thread Tobias Oetiker
I am looking at upgrading the firmware of our LSI HBAs to P19 since
we suspect that our use of P17 is the cause for disk timeouts we
are seeing every few weeks.

I am wondering, is it save to flash the HBAs from a running omnios system,
and if so, has anyone written some notes down on the process and
tools to use?

cheers
tobi


-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] kvm io 10 times slower after r151010 -> r151012 upgrade

2014-12-10 Thread Tobias Oetiker
Hi Michael,

Today Michael Mounteney wrote:

> On Wed, 10 Dec 2014 06:14:56 +0100 (CET)
> Tobias Oetiker  wrote:
>
> > This leads me to suspect, that either only very few people are
> > using omnios as a kvm server OR it is also a hardware dependent
> > problem.
>
> I think it must be.  I'm running KVM (Gentoo Linux guests) and have
> just gone from 151010 to 151012.  I haven't carried-out any
> quantitative assessment, but didn't notice any slowdown.  For the
> record, my KVM invocation is:
>
> /usr/bin/qemu-system-x86_64 \
> -name "Gentoo "$WHAT \
> -cpu host \
> -boot order=d \
> -enable-kvm \
> -vnc cortex:$VNC \
> -smp 1,maxcpus=1,cores=2 \
> -m 1024 \
> -no-hpet \
> -localtime \
> -kernel 
> /gentoo/kernel-source/linux-3.17.4-gentoo-vbox/arch/x86/boot/bzImage \
> -append "root=/dev/vda1 init=/usr/lib/systemd/systemd quiet" \
> -drive 
> file=/dev/zvol/dsk/rpool/vol/Gentoo-KVM-${WHAT},cache=none,if=virtio,index=0 \
> -drive 
> file=/dev/zvol/dsk/rpool/vol/Linuswap-${WHAT},cache=none,if=virtio,index=1 \
> -net nic,vlan=0,macaddr=$mac,model=virtio,name=ncard1 \
> -net vnic,vlan=0,name=net0,ifname=$VNIC,macaddr=$mac \
> -monitor telnet:127.0.0.1:${monitor},server,nowait \
> -vga std \
> -daemonize
>
> where ${WHAT} is either KDE or XFCE.  Machine is a Supermicro 5017C-LF with 1 
> x Intel Xeon E3-1240V2 3.40 GHz.4 Cores , 4 Threads,8Mb cache and 8 GiB RAM.
>
> If you are interested in any performance figures, let me know any tar or dd 
> etc. commands you'd like me to run.

yes, a very simple test:

guest$ dd if=/dev/zero bs=1M count=20 | ssh host dd of=/dev/null
guest$ ssh host dd if=/dev/zero bs=1M count=20 | dd of=/dev/null

and since I suspect that the disk io suffers too but due to
caching, maybe reading just a bit off the disk device might be an
interesting test:

  dd if=/dev/vda of=/dev/zero bs=1M count=1000

cheers
tobi


> Michael.
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] kvm io 10 times slower after r151010 -> r151012 upgrade

2014-12-09 Thread Tobias Oetiker
Yesterday Dan McDonald wrote:

> >
> > I have not tested disk performance explicitly, but even booting a
> > windows host took ages ... so I suspect whatever is causing this
> > influences all kvm guest IO.
>
> What's really REALLY weird about this is that we did not alter
> anything about how we built KVM between these releases.
>
> Tell me, can you run "lockstat sleep " in the
> global zone while you run your KVM tests?  They will produce a
> lot of output, but they may be very informative about what's
> going on.
>

Unfortunately I don't have a spare 'big' iron box to play with, but
we should be able to do some downtime tonight to run that lockstat
sleep experiment and also to do some simple disk io test (with dd).

> Also, I'd be curious if you might (BEs and rpool space being
> available) upgrade a BE to bloody and repeat your tests?

> We don't have the facilities to stress out VMs like this, which
> is why we didn't notice this before 012 went out the door.
> Clearly something's messing up KVM performance (you're not the
> first to report this, but you seem to have a decent environment
> for comparisons).  Before the next stable (and incidentally
> long-term-support as well) release, I hope to have these problems
> cleared up.  One thing that should happen soon is that Joyent is
> upstreaming the VND changes into illumos-gate, which will allow
> us to be fully caught up to their illumos-kvm-cmd source, which
> we've frozen at revision 1c6181be55d1cadc4426069960688307a6083131
> since r151010.

I know that there was no kvm change ... so this must be some side
effect of another modificiation ...

What seems odd, is that only 2 (or 3) few people reported this
problem on the list.  After all, it's not something that was
difficult to notice.  After the upgrade the kvm guests really are
almost un-usable for interactive work involing network or disk IO,
especially when compared to before.

This leads me to suspect, that either only very few people are
using omnios as a kvm server OR it is also a hardware dependent
problem.

I was also wondering if we should try to boot the current smaros on
the box just to see what it does to kvm perf. But as I said, it is
a production machine, so it is all a bit tricky.

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] kvm io 10 times slower after r151010 -> r151012 upgrade

2014-12-09 Thread Tobias Oetiker
So tonight, we finally took the plunge and upgraded our zfs/kvm
server to r151012 ... the results were terrible. The kvm booted
very slowly and all networking felt really slow ... so I did a
little test:

  ubutu-14.04-guest$ dd if=/dev/zero bs=1M count=20 | ssh omnios-r151012-host 
dd of=/dev/null
  20971520 bytes (21 MB) copied, 6.27333 s, 3.3 MB/s

  ubutu-14.04-guest$ ssh omnios-r151012-host dd if=/dev/zero bs=1M count=20 | 
dd of=/dev/null
  20971520 bytes transferred in 8.010208 secs (2618099 bytes/sec)

These numbers were obtained using virtio net drivers but switching
to e1000 did not significantly change things.

So we booted back into r151010 again ... the difference was
immediately apparent ... but there are also number to back this up.

  ubutu-14.04-guest$ dd if=/dev/zero bs=1M count=20 | ssh omnios-r151010-host 
dd of=/dev/null
  20971520 bytes (21 MB) copied, 0.812479 s, 25.8 MB/s

  ubutu-14.04-guest$ ssh omnios-r151010-host dd if=/dev/zero bs=1M count=20 | 
dd of=/dev/null
  20971520 bytes (21 MB) copied, 0.545423 s, 38.5 MB/s

as you can see the difference in guest network performance is
roughly one magnitude ...

I have not tested disk performance explicitly, but even booting a
windows host took ages ... so I suspect whatever is causing this
influences all kvm guest IO.

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] best guide to tftp ?

2014-11-17 Thread Tobias Oetiker
Hi Michael,

Nov 9 Michael Mounteney wrote:

> [Later] just running
>
> # /usr/sbin/in.tftpd -p -d -s /tftpboot
>
> doesn't work either.  A client-side
>
> $ tftp cortex -c get text
>
> times out.

we found that tftpd on omnios stoped working with the upgrade to
r10 .. we have investigated a bit but not found the cause and
switched to another machine (linux) for your tftp needs ... but it
would certainly be nice to know what broke it ...

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] KVM and SMF

2014-11-05 Thread Tobias Oetiker
Hi Johan,

habe a look at

https://github.com/hadfl/kvmadm

cheers
tobi

Today Johan Kragsterman wrote:

>
> Hi!
>
>
> I'm on my way to try to get my KVM VM's under SMF control. Have been looking 
> at various exampel xml-files, and there is something I'm not clear about, 
> that I'd like to ask those who knows how to handle this.
>
> The service name in this example looks like this: 
> But there is no directory for "kvm" under /var/svc/manifest/ or 
> /lib/svc/manifest, so where does it go? is svc creating a directory when I 
> import the file?
>
>
> I'd used the example on the omnios wiki, just changed the service name. It 
> looks like this in my version:
>
>
> 
> 
> 
>   
>   
>   
>  grouping='require_all'
>   restart_on='none'
>   type='service'>
>   
>   
>  grouping='require_all'
>   restart_on='none'
>   type='service'>
>value='svc:/system/filesystem/local:default' />
>   
>  type='method'
>   exec='/usr/bin/vmpfsense.sh'
>   timeout_seconds='60'/>
>  type='method'
>   exec='/usr/bin/vmpfsense.sh'
>   timeout_seconds='60'/>
>  type='method'
>   exec=':kill'
>   timeout_seconds='60'/>
>   
>   
>   
>   KVM-pfsense
>   
>   
>   
> 
>
>
>
>
> What do you think, would that do?
>
>
>
>
> Best regards from/Med vänliga hälsningar från
>
> Johan Kragsterman
>
> Capvert
>
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS doc

2014-11-02 Thread Tobias Oetiker
Yesterday Dan McDonald wrote:

> If we need more docs because it will attract people to OmniOS and
> help it grow, I'm all for it.  Specific examples of what people
> think will help are appreciated.

what I notice, when searching for illumos/omnios information I
often end up on the oracle website ...

an easy way to remedy this in part would be to publish the illumos
manual pages in a friendly way on the web, so that google searches
have somewhere to go.

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] kvm performance regresseion r10 -> r12

2014-10-29 Thread Tobias Oetiker
Hi Dan,

Today Dan McDonald wrote:

>
> > On Oct 29, 2014, at 9:31 AM, Tobias Oetiker  wrote:
> >
> > I am still running omnios r10 ...being reluctant to upgrade,
> > because we find that kvm virtio network performance seems to have
> > taken a severe hit from r10 to r12
> >
> > I am runing this simple test:
> >
> >  hw-box$ ssh -c aes256-ctr kvm-guest dd if=/dev/zero bs=10M count=10 > 
> > /dev/null
> >
> > On r10 I get 31 MB/s
> >
> > On r12 I get 21 MB/s
> >
> >
> > On both systems we are running kvm with the magic
> >
> >  
> > -device-virtio-net-pci,mac=$mac,tx=timer,x-txtimer=20,x-txburst=128,vlan=0
> >  -net vnic,vlan=0,name=net0,ifname=$VNIC,macaddr=$mac
> >
> >
> > Questions
> >
> > a) do you see that too ?
> >
> > b) any ideas what could be causing it ?
>
> I'll be honest --> there are no changes in the virtio code between r151010 
> and r151012:
>
> r151012(~/ws/illumos-omnios)[0]% git branch
> * r151012
> r151012(~/ws/illumos-omnios)[0]% git whatchanged origin/r151010.. | grep vir
> 5004 load average should be virtualized for zones
> :100644 100644 558abd8... 2e82787... M  usr/src/man/man5/environ.5
> r151012(~/ws/illumos-omnios)[0]%
>
> Also, if you're measuring network performance only, use netperf
> or at least iperf (both are packages you'll have to download and
> compile for now), as they are better equipped to tell you (esp.
> netperf) if you're seeing problems in latency, bandwidth, or
> both.

the reason I am using this test ist that our thinclients are doing
roughly that when they are streaming content from your thinlinc
server (running in kvm on omni).

but yes, netperf would be more reproducible ...

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] kvm performance regresseion r10 -> r12

2014-10-29 Thread Tobias Oetiker
I am still running omnios r10 ...being reluctant to upgrade,
because we find that kvm virtio network performance seems to have
taken a severe hit from r10 to r12

I am runing this simple test:

  hw-box$ ssh -c aes256-ctr kvm-guest dd if=/dev/zero bs=10M count=10 > 
/dev/null

On r10 I get 31 MB/s

On r12 I get 21 MB/s


On both systems we are running kvm with the magic

  -device-virtio-net-pci,mac=$mac,tx=timer,x-txtimer=20,x-txburst=128,vlan=0
  -net vnic,vlan=0,name=net0,ifname=$VNIC,macaddr=$mac


Questions

a) do you see that too ?

b) any ideas what could be causing it ?

kvm-guest is configured with 8 CPUs and 16 GB ram

cheers
tobi



-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] illumos-kvm network performance

2014-09-24 Thread Tobias Oetiker
Today Tobias Oetiker wrote:

> Hi
>
> I have been looking into network performance on omnios hosted kvm
> hosts. especially in connection with ssh.
>
> the test is this:
>
>   physical-linux-host$ ssh -c aes256-cbc virtual-kvm-linux-host dd 
> if=/dev/zero bs=10M count=10 > /dev/null
>
> running this simple test from a physical ubuntu 12.04 host to a
> omnios hosted (virtio) ubuntu 12.04 I get ~ 9 MB/s
>
> running the same test to a ubuntu 12.04 running on linux kvm host
> I get ~ 69 MB/s
>
> runnint the test between two physical linux hosts I get well over 100 MB/s
>
> any hints on how to improve the performance on kvm on omnios ? Or
> am I the only one seeing this ?

upon further investigtion I found that smartos seem to be launching their
kvm instances with

  -device virtio-net-pci,mac=$mac,tx=timer,x-txtimer=20,x-txburst=128,vlan=0

using this I got up to 30.5 MB/s (still not the 69 MB/s seen with
linux, but at least somewhat closer) ...

cheers
tobi


> cheers
> tobi
>
> ps all these systems support the hw aes and running this test via
> localhost returns transfer speeds over 100 MB/s on all of them
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] illumos-kvm network performance

2014-09-24 Thread Tobias Oetiker
Hi

I have been looking into network performance on omnios hosted kvm
hosts. especially in connection with ssh.

the test is this:

  physical-linux-host$ ssh -c aes256-cbc virtual-kvm-linux-host dd if=/dev/zero 
bs=10M count=10 > /dev/null

running this simple test from a physical ubuntu 12.04 host to a
omnios hosted (virtio) ubuntu 12.04 I get ~ 9 MB/s

running the same test to a ubuntu 12.04 running on linux kvm host
I get ~ 69 MB/s

runnint the test between two physical linux hosts I get well over 100 MB/s

any hints on how to improve the performance on kvm on omnios ? Or
am I the only one seeing this ?

cheers
tobi

ps all these systems support the hw aes and running this test via
localhost returns transfer speeds over 100 MB/s on all of them

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] /lib/svc/method/logadm-upgrade - a true engineering marvel

2014-09-21 Thread Tobias Oetiker
I just did a little investigation, why my additions to /etc/logadm.d
were not showing up in /etc/logadm.conf and came upon

  /lib/svc/method/logadm-upgrade

Has the person who crafed this little marvel ever wonderd what
the meaning of upgrade is ? Seriously ? Maybe the script should
have been called

  /lib/svc/method/logadm-append-for-files-in-etc-logadm.d-newer-than-logadm.conf

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] znapzend question

2014-09-11 Thread Tobias Oetiker
Today Hafiz Rafibeyli wrote:

> Tobias ,
>
> what is a default execute time for day based(30d=>1d) plans?

midnight localtime

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Hello znapzend question

2014-09-11 Thread Tobias Oetiker
Hi Hafiz,

Today Hafiz Rafibeyli wrote:

> Hello Tobias,
>
> question about znapzend plans,
>
> anyway to specify time to run 30d=>1d plan? example: i want run 30d=>1d plan  
> every 23:00,is this possible?

there is the --pre-snap-command= which you could abuse to shift
things (sleep 23*3600) but otherwhise there is no option for this
(yet).

cheers
tobi

> i'm using demonize mode
>
> Regards,
>
> Hafiz
>
> ----- Original Message -
> From: "Tobias Oetiker" 
> To: "Hafiz Rafibeyli" 
> Cc: "omnios-discuss" 
> Sent: Tuesday, 9 September, 2014 11:54:01 AM
> Subject: Re: znapzend question
>
> Today Hafiz Rafibeyli wrote:
>
> > Hello Tobias,
> >
> > did you try znapzend on Nexenta 4.x?anyway run it on Nexenta?
>
> no
>
>
> > and second question:
> >
> > is znapzend working with volume based(block based) filesystems?
>
> there should be no problem ...
>
> cheers
> tobi
>
> >
> > regards,
> >
> > Hafiz
> >
> >
> >
> >
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] znapzend question

2014-09-09 Thread Tobias Oetiker
Today Hafiz Rafibeyli wrote:

> Hello Tobias,
>
> did you try znapzend on Nexenta 4.x?anyway run it on Nexenta?

no


> and second question:
>
> is znapzend working with volume based(block based) filesystems?

there should be no problem ...

cheers
tobi

>
> regards,
>
> Hafiz
>
>
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] how to see the real process arguments

2014-08-13 Thread Tobias Oetiker
Have you ever tried this:

 % sh -c 'true 
 no one 
sees me && sleep 1000' &
 [1] 13070
 % pargs 13070
 13070:  sh -c true 

 argv[0]: sh
 argv[1]: -c
 argv[2]: sh

I thought pargs was going to show me the arguments

tobi


-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] announcement znapzend

2014-08-12 Thread Tobias Oetiker
Hi Hafiz,

Today Hafiz Rafibeyli wrote:

> Hi Tobi,
>
> but where to specify destination itself?is this syntax correct?
>
>  znapzendzetup create --recursive --mbuffer=/opt/omni/bin/mbuffer:9090 \
> --mbuffersize=1G --tsformat='%Y-%m-%d-%H%M%S' \
>  SRC '7d=>1h,30d=>4h,90d=>1d' tank/home \
>  DST:a '7d=>1h,30d=>4h,90d=>1d,1y=>1w,10y=>1month' -O 10.0.0.1:9090

the destination is the same as if you were using ssh only ...
znapzend still uses ssh to discover the snapshots present at the
remote end, and to launch the mbuffer command at the receiving end


znapzendzetup create --recursive --mbuffer=/opt/omni/bin/mbuffer:13872 \
   --mbuffersize=1G --tsformat='%Y-%m-%d-%H%M%S' \
   SRC '7d=>1h,30d=>4h,90d=>1d' tank/home \
   DST:a '7d=>1h,30d=>4h,90d=>1d,1y=>1w,10y=>1month' root@bserv:backup/home

cheers
tobi

>
>
> - Original Message -
> From: "Tobias Oetiker" 
> To: "Hafiz Rafibeyli" 
> Cc: omnios-discuss@lists.omniti.com
> Sent: Tuesday, 12 August, 2014 9:12:01 AM
> Subject: Re: [OmniOS-discuss] announcement znapzend
>
> Hi Hafiz
>
> sure ... from the manpage :)
>
> --mbuffer=/usr/bin/mbuffer:31337
>
> Specifiy the path to your copy of the mbuffer utility and the port
> used on the destination. Caution: znapzend will send the data
> directly from source mbuffer to destination mbuffer, thus data
> stream is not encrypted.
>
>
> note this has only been added recently
>
> cheers
> tobi
>
>
> Yesterday Hafiz Rafibeyli wrote:
>
> > Thanks for quick answer Tobi,
> >
> > could you please share info about  znapsend via mbuffer only(without ssh) 
> > syntax?
> >
> >
> > is this something like this?
> >
> > znapzendzetup create --recursive --mbuffer=/opt/omni/bin/mbuffer \
> >--mbuffersize=1G --tsformat='%Y-%m-%d-%H%M%S' \
> > SRC '7d=>1h,30d=>4h,90d=>1d' tank/home \
> > DST:a '7d=>1h,30d=>4h,90d=>1d,1y=>1w,10y=>1month' -O 10.0.0.1:9090
> >
> >
> > - Original Message -
> > From: "Tobias Oetiker" 
> > To: "Hafiz Rafibeyli" 
> > Cc: omnios-discuss@lists.omniti.com
> > Sent: Monday, 11 August, 2014 11:44:21 AM
> > Subject: Re: [OmniOS-discuss] announcement znapzend
> >
> > Hi Hafiz,
> >
> > Today Hafiz Rafibeyli wrote:
> >
> > > Tobias thank you for great job,it was missing backup  part for zfs on 
> > > omnios,
> > >
> > > I think ssh will slow for bigger datasets,as you mention znapzend 0.11 
> > > supporting use of mbuffer.
> > >
> > > I could not find mbuffer package for omnios,could you explain how to 
> > > setup/use mbuffer on omnios please?
> >
> > mbuffer is in the omniti repo
> >
> > # pkg set-publisher -g http://pkg.omniti.com/omniti-ms/  ms.omniti.com
> > # pkg install mbuffer
> >
> > cheers
> > tobi
> >
> > >
> > > regards
> > >
> > >
> > >
> > > - Original Message -
> > > From: omnios-discuss-requ...@lists.omniti.com
> > > To: omnios-discuss@lists.omniti.com
> > > Sent: Tuesday, 29 July, 2014 10:29:42 PM
> > > Subject: OmniOS-discuss Digest, Vol 28, Issue 8
> > >
> > > Send OmniOS-discuss mailing list submissions to
> > >   omnios-discuss@lists.omniti.com
> > >
> > > To subscribe or unsubscribe via the World Wide Web, visit
> > >   http://lists.omniti.com/mailman/listinfo/omnios-discuss
> > > or, via email, send a message with subject or body 'help' to
> > >   omnios-discuss-requ...@lists.omniti.com
> > >
> > > You can reach the person managing the list at
> > >   omnios-discuss-ow...@lists.omniti.com
> > >
> > > When replying, please edit your Subject line so it is more specific
> > > than "Re: Contents of OmniOS-discuss digest..."
> > >
> > >
> > > Today's Topics:
> > >
> > >1. announcement znapzend a new zfs backup tool (Tobias Oetiker)
> > >2. Re: announcement znapzend a new zfs backup tool
> > >   (Theo Schlossnagle)
> > >3. Re: announcement znapzend a new zfs backup tool (Saso Kiselkov)
> > >4. Re: Slow scrub performance (wuffers)
> > >
> > >
> > > --
> > >
> > > Message: 1
> > > Date: Tue, 29 Jul 2014 17:50:02 +0200 (CEST)
> > > From: Tobias Oetiker 
> > > To: omnios-discuss@lists.omniti.com
> > > Subject: [OmniOS-discuss] announcement znapzend a new zfs backup tool
> > > Message-ID: 
> > > Content-Type: TEXT/PLAIN; charset=US-ASCII
> > >
> > > Just out:
> > >
> > >  ZnapZend a Multilevel Backuptool for ZFS
> > >
> > > It is on Github. Check out
> > >
> > >  http://www.znapzend.org
> > >
> > > cheers
> > > tobi
> > >
> > >
> >
> >
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] announcement znapzend

2014-08-11 Thread Tobias Oetiker
Hi Hafiz

sure ... from the manpage :)

--mbuffer=/usr/bin/mbuffer:31337

Specifiy the path to your copy of the mbuffer utility and the port
used on the destination. Caution: znapzend will send the data
directly from source mbuffer to destination mbuffer, thus data
stream is not encrypted.


note this has only been added recently

cheers
tobi


Yesterday Hafiz Rafibeyli wrote:

> Thanks for quick answer Tobi,
>
> could you please share info about  znapsend via mbuffer only(without ssh) 
> syntax?
>
>
> is this something like this?
>
> znapzendzetup create --recursive --mbuffer=/opt/omni/bin/mbuffer \
>--mbuffersize=1G --tsformat='%Y-%m-%d-%H%M%S' \
> SRC '7d=>1h,30d=>4h,90d=>1d' tank/home \
> DST:a '7d=>1h,30d=>4h,90d=>1d,1y=>1w,10y=>1month' -O 10.0.0.1:9090
>
>
> - Original Message -
> From: "Tobias Oetiker" 
> To: "Hafiz Rafibeyli" 
> Cc: omnios-discuss@lists.omniti.com
> Sent: Monday, 11 August, 2014 11:44:21 AM
> Subject: Re: [OmniOS-discuss] announcement znapzend
>
> Hi Hafiz,
>
> Today Hafiz Rafibeyli wrote:
>
> > Tobias thank you for great job,it was missing backup  part for zfs on 
> > omnios,
> >
> > I think ssh will slow for bigger datasets,as you mention znapzend 0.11 
> > supporting use of mbuffer.
> >
> > I could not find mbuffer package for omnios,could you explain how to 
> > setup/use mbuffer on omnios please?
>
> mbuffer is in the omniti repo
>
> # pkg set-publisher -g http://pkg.omniti.com/omniti-ms/  ms.omniti.com
> # pkg install mbuffer
>
> cheers
> tobi
>
> >
> > regards
> >
> >
> >
> > - Original Message -
> > From: omnios-discuss-requ...@lists.omniti.com
> > To: omnios-discuss@lists.omniti.com
> > Sent: Tuesday, 29 July, 2014 10:29:42 PM
> > Subject: OmniOS-discuss Digest, Vol 28, Issue 8
> >
> > Send OmniOS-discuss mailing list submissions to
> > omnios-discuss@lists.omniti.com
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.omniti.com/mailman/listinfo/omnios-discuss
> > or, via email, send a message with subject or body 'help' to
> > omnios-discuss-requ...@lists.omniti.com
> >
> > You can reach the person managing the list at
> > omnios-discuss-ow...@lists.omniti.com
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of OmniOS-discuss digest..."
> >
> >
> > Today's Topics:
> >
> >1. announcement znapzend a new zfs backup tool (Tobias Oetiker)
> >2. Re: announcement znapzend a new zfs backup tool
> >   (Theo Schlossnagle)
> >3. Re: announcement znapzend a new zfs backup tool (Saso Kiselkov)
> >4. Re: Slow scrub performance (wuffers)
> >
> >
> > --
> >
> > Message: 1
> > Date: Tue, 29 Jul 2014 17:50:02 +0200 (CEST)
> > From: Tobias Oetiker 
> > To: omnios-discuss@lists.omniti.com
> > Subject: [OmniOS-discuss] announcement znapzend a new zfs backup tool
> > Message-ID: 
> > Content-Type: TEXT/PLAIN; charset=US-ASCII
> >
> > Just out:
> >
> >  ZnapZend a Multilevel Backuptool for ZFS
> >
> > It is on Github. Check out
> >
> >  http://www.znapzend.org
> >
> > cheers
> > tobi
> >
> >
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] announcement znapzend

2014-08-11 Thread Tobias Oetiker
Hi Theo,

znapzend can use mbuffers ability to do a direct tcp connection to another
mbuffer instance ...

didn't know about pv though ... neat tool!

cheers
tobi

http://www.znapzend.org

Yesterday Theo Schlossnagle wrote:

> OmniOS ships with pipeviewer (pv), if you use pv -s , it
> would have close to the same effect as using mbuffer.
>
>
> On Mon, Aug 11, 2014 at 2:06 AM, Hafiz Rafibeyli 
> wrote:
>
> > Tobias thank you for great job,it was missing backup  part for zfs on
> > omnios,
> >
> > I think ssh will slow for bigger datasets,as you mention znapzend 0.11
> > supporting use of mbuffer.
> >
> > I could not find mbuffer package for omnios,could you explain how to
> > setup/use mbuffer on omnios please?
> >
> > regards
> >
> >
> >
> > - Original Message -
> > From: omnios-discuss-requ...@lists.omniti.com
> > To: omnios-discuss@lists.omniti.com
> > Sent: Tuesday, 29 July, 2014 10:29:42 PM
> > Subject: OmniOS-discuss Digest, Vol 28, Issue 8
> >
> > Send OmniOS-discuss mailing list submissions to
> > omnios-discuss@lists.omniti.com
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.omniti.com/mailman/listinfo/omnios-discuss
> > or, via email, send a message with subject or body 'help' to
> > omnios-discuss-requ...@lists.omniti.com
> >
> > You can reach the person managing the list at
> > omnios-discuss-ow...@lists.omniti.com
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of OmniOS-discuss digest..."
> >
> >
> > Today's Topics:
> >
> >1. announcement znapzend a new zfs backup tool (Tobias Oetiker)
> >2. Re: announcement znapzend a new zfs backup tool
> >   (Theo Schlossnagle)
> >    3. Re: announcement znapzend a new zfs backup tool (Saso Kiselkov)
> >4. Re: Slow scrub performance (wuffers)
> >
> >
> > --
> >
> > Message: 1
> > Date: Tue, 29 Jul 2014 17:50:02 +0200 (CEST)
> > From: Tobias Oetiker 
> > To: omnios-discuss@lists.omniti.com
> > Subject: [OmniOS-discuss] announcement znapzend a new zfs backup tool
> > Message-ID: 
> > Content-Type: TEXT/PLAIN; charset=US-ASCII
> >
> > Just out:
> >
> >  ZnapZend a Multilevel Backuptool for ZFS
> >
> > It is on Github. Check out
> >
> >  http://www.znapzend.org
> >
> > cheers
> > tobi
> >
> > --
> > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> > www.oetiker.ch t...@oetiker.ch +41 62 775 9902
> >
> >
> >
> > ------
> >
> > Message: 2
> > Date: Tue, 29 Jul 2014 11:54:07 -0400
> > From: Theo Schlossnagle 
> > To: "OmniOS-discuss@lists.omniti.com"
> > 
> > Subject: Re: [OmniOS-discuss] announcement znapzend a new zfs backup
> > tool
> > Message-ID:
> > <
> > caclsaptc_wdb+stkw2-jzkgp7oqz4oweuwg_nnrm_xkaook...@mail.gmail.com>
> > Content-Type: text/plain; charset="utf-8"
> >
> > Awesome!
> >
> >
> > On Tue, Jul 29, 2014 at 11:50 AM, Tobias Oetiker  wrote:
> >
> > > Just out:
> > >
> > >  ZnapZend a Multilevel Backuptool for ZFS
> > >
> > > It is on Github. Check out
> > >
> > >  http://www.znapzend.org
> > >
> > > cheers
> > > tobi
> > >
> > > --
> > > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> > > www.oetiker.ch t...@oetiker.ch +41 62 775 9902
> > >
> > > ___
> > > OmniOS-discuss mailing list
> > > OmniOS-discuss@lists.omniti.com
> > > http://lists.omniti.com/mailman/listinfo/omnios-discuss
> > >
> >
> >
> >
> > --
> >
> > Theo Schlossnagle
> >
> > http://omniti.com/is/theo-schlossnagle
> > -- next part --
> > An HTML attachment was scrubbed...
> > URL: <
> > http://lists.omniti.com/pipermail/omnios-discuss/attachments/20140729/f8adbbf5/attachment-0001.html
> > >
> >
> > --
> >
> > Message: 3
> > Date: Tue, 29 Jul 2014 17:59:18 +0200
> > From: Saso Kiselkov 
> > To: omnios-discuss@lists.omniti.com
> > Subject: Re: [OmniOS-discuss] announcement znapzend 

Re: [OmniOS-discuss] announcement znapzend

2014-08-11 Thread Tobias Oetiker
Hi Hafiz,

Today Hafiz Rafibeyli wrote:

> Tobias thank you for great job,it was missing backup  part for zfs on omnios,
>
> I think ssh will slow for bigger datasets,as you mention znapzend 0.11 
> supporting use of mbuffer.
>
> I could not find mbuffer package for omnios,could you explain how to 
> setup/use mbuffer on omnios please?

mbuffer is in the omniti repo

# pkg set-publisher -g http://pkg.omniti.com/omniti-ms/  ms.omniti.com
# pkg install mbuffer

cheers
tobi

>
> regards
>
>
>
> - Original Message -
> From: omnios-discuss-requ...@lists.omniti.com
> To: omnios-discuss@lists.omniti.com
> Sent: Tuesday, 29 July, 2014 10:29:42 PM
> Subject: OmniOS-discuss Digest, Vol 28, Issue 8
>
> Send OmniOS-discuss mailing list submissions to
>   omnios-discuss@lists.omniti.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>   http://lists.omniti.com/mailman/listinfo/omnios-discuss
> or, via email, send a message with subject or body 'help' to
>   omnios-discuss-requ...@lists.omniti.com
>
> You can reach the person managing the list at
>   omnios-discuss-ow...@lists.omniti.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of OmniOS-discuss digest..."
>
>
> Today's Topics:
>
>1. announcement znapzend a new zfs backup tool (Tobias Oetiker)
>2. Re: announcement znapzend a new zfs backup tool
>   (Theo Schlossnagle)
>3. Re: announcement znapzend a new zfs backup tool (Saso Kiselkov)
>4. Re: Slow scrub performance (wuffers)
>
>
> --
>
> Message: 1
> Date: Tue, 29 Jul 2014 17:50:02 +0200 (CEST)
> From: Tobias Oetiker 
> To: omnios-discuss@lists.omniti.com
> Subject: [OmniOS-discuss] announcement znapzend a new zfs backup tool
> Message-ID: 
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
> Just out:
>
>  ZnapZend a Multilevel Backuptool for ZFS
>
> It is on Github. Check out
>
>  http://www.znapzend.org
>
> cheers
> tobi
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] FTP server leaving illumos. Replacement suggestions?

2014-08-07 Thread Tobias Oetiker
Hi Dan,

Today Dan McDonald wrote:

> If you follow Illumos bug 5069 (https://illumos.org/issues/5069),
> you'll see that the FTP server (based on wuftpd) is being removed
> from illumos-gate, and subsequently, illumos-omnios.
>
> I'd like to put a replacement FTP server into omnios-build, so it
> can still be there.  I can stick with the identical version
> that's being ripped out, but I'd rather, if possible, put
> something newer in its place.  We may lose some of the PAM and
> other integration features, unless that's a show-stopper for
> anyone (esp.  paying customers) out here.
>
> If you have suggestions, please let me know.  I'm leaning toward
> being lazy for now and just moving the source to be ripped out
> into something consumable by omnios-build.  I can be convinced
> otherwise without much effort, though.

It seems that http://www.proftpd.org/ is well maintained and does
know about solaris and was already considered as a replacement for
wuftpd anyway ...

PSARC 2011/088

cheers
tobi
>
> I'd appreciate it if you speak up on this thread with your suggestions.
>
> Thanks,
> Dan McD. -- OmniOS Engineering
>
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] announcement znapzend a new zfs backup tool

2014-07-29 Thread Tobias Oetiker
Just out:

 ZnapZend a Multilevel Backuptool for ZFS

It is on Github. Check out

 http://www.znapzend.org

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] DHCP server of choice for OmniOS?

2014-05-26 Thread Tobias Oetiker
Dan,

Yesterday Dan McDonald wrote:
>
> Would people be interested in seeing OmniOS ship with ISC DHCP?
> Would people wish to be rid of the old Sun DHCP server?  (Or are
> there Sun Ray owners out there who use OmniOS to serve them?
> IIRC, Sun Rays need the old Sun DHCP server.)

back in the day when we were still running sunray, we did so with
an isc dhcp running on linux and it worked fine.

cheers
tobi
-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] zfs diskusage

2014-05-16 Thread Tobias Oetiker
Hi Jim,

Yesterday Jim Klimov wrote:

> Do you have volumes or other sparrse reservations? If there are
> no allocated bytes, that's in zpool free space (times the
> overhead factor of raidz parities), but if space is reserved for
> these datasets - that is not in free space (not available for
> writing) of the pool's root filesystem dataset.  With this
> consideration in mind, do the numbers fit?

they do indeed ... see my other post :-)

thanks
tobi


-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] zfs diskusage (solved)

2014-05-16 Thread Tobias Oetiker
Yesterday Tobias Oetiker wrote:

> Today we were out of diskspace on one of our pools ... a few removed
> snapshots later all is fine, except that I find that I don't realy
> understand the numbers ... can anyone elighten me?
>
> # zpool list fast
> NAME   SIZE  ALLOC   FREE  EXPANDSZCAP  DEDUP  HEALTH  ALTROOT
> fast  4.34T  1.74T  2.61T -39%  1.22x  ONLINE  -
>
> # zfs list fast
> NAME   USED  AVAIL  REFER  MOUNTPOINT
> fast  2.59T   716G  78.5K  /fast
>
> Why does the 'zpool list' claim that 2.61T is free (61%)
> while 'zfs list' sees 716G free (27%)
>
> I know there is raidz2 and compression so the numbers  don't match
> up, but I don't understand why the ratio is so different between
> the two.
>
> I checked on other filesystems and there the view from zpool and
> zfs look much more similar.

answering my own question with some help from dan and irc:

a) zpool shows the actual free space on the disks ... blocks not
   allocated. Since it is a raidz2 pool, we loose 2 disks for
   redundancy.

b) zfs shows the space realy used ... though this does not realy
   add up yet.

c) The missing piece was the zvols ... zfs by default
   does thick provisioning why you create a volume ...
   so creating an 200G zvol reduces the available space in zfs by
   200G (and then some) without actually allocating any space ...
   so the free space in zpool does not change ...

d) (Not sure this is true, but I guess) In connection with
   compression a volume will in all likelyhood never occupie the
   space allocated.

what fell out of this for me, is that I switched the less important
volumes to thin provisioning ... (it could be done with the -s
switch at creation time):

# zfs set refreservation=0 pool-2/randomstuff/unimportant-volume

cheers
tobi

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] zfs diskusage

2014-05-16 Thread Tobias Oetiker
Hi Dan,

Yesterday Dan McDonald wrote:

> On May 15, 2014, at 8:05 AM, Tobias Oetiker  wrote:
>
> > Today we were out of diskspace on one of our pools ... a few removed
> > snapshots later all is fine, except that I find that I don't realy
> > understand the numbers ... can anyone elighten me?
> >
> > # zpool list fast
> > NAME   SIZE  ALLOC   FREE  EXPANDSZCAP  DEDUP  HEALTH  ALTROOT
> > fast  4.34T  1.74T  2.61T -39%  1.22x  ONLINE  -
> >
> > # zfs list fast
> > NAME   USED  AVAIL  REFER  MOUNTPOINT
> > fast  2.59T   716G  78.5K  /fast
> >
> > Why does the 'zpool list' claim that 2.61T is free (61%)
> > while 'zfs list' sees 716G free (27%)
> >
> > I know there is raidz2 and compression so the numbers  don't match
> > up, but I don't understand why the ratio is so different between
> > the two.
>
> Richard Elling addressed something similar on a different thread:
>
> http://lists.omniti.com/pipermail/omnios-discuss/2014-May/002609.html
>
> You're running raidz2, and that's likely why you're seeing the discrepency 
> between zpool and zfs.
>
> Try Richard's advice of running "zfs list -o space" for the breakdown.

well that looks nicer, but the numbers don't change ... the way it
is, it seems very difficult to judge how much space is still
available ... 61% free vs 27% free seems to be quite a big
difference in my eyes.

cheers
tobi


> Dan
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] zfs diskusage

2014-05-15 Thread Tobias Oetiker
Today we were out of diskspace on one of our pools ... a few removed
snapshots later all is fine, except that I find that I don't realy
understand the numbers ... can anyone elighten me?

# zpool list fast
NAME   SIZE  ALLOC   FREE  EXPANDSZCAP  DEDUP  HEALTH  ALTROOT
fast  4.34T  1.74T  2.61T -39%  1.22x  ONLINE  -

# zfs list fast
NAME   USED  AVAIL  REFER  MOUNTPOINT
fast  2.59T   716G  78.5K  /fast

Why does the 'zpool list' claim that 2.61T is free (61%)
while 'zfs list' sees 716G free (27%)

I know there is raidz2 and compression so the numbers  don't match
up, but I don't understand why the ratio is so different between
the two.

I checked on other filesystems and there the view from zpool and
zfs look much more similar.

cheers
tobi

ps. the dedup ratio is a leftover from a time when I tried dedup.

$ zpool get all fast
NAME  PROPERTY   VALUE  SOURCE
fast  size   4.34T  -
fast  capacity   39%-
fast  altroot-  default
fast  health ONLINE -
fast  guid   16524146496274345089   default
fast  version-  default
fast  bootfs -  default
fast  delegation on default
fast  autoreplaceoffdefault
fast  cachefile  -  default
fast  failmode   wait   default
fast  listsnapshots  offdefault
fast  autoexpand offdefault
fast  dedupditto 0  default
fast  dedupratio 1.22x  -
fast  free   2.61T  -
fast  allocated  1.74T  -
fast  readonly   off-
fast  comment-  default
fast  expandsize 0  -
fast  freeing0  default
fast  feature@async_destroy  enabledlocal
fast  feature@empty_bpobjactive local
fast  feature@lz4_compress   active local
fast  feature@multi_vdev_crash_dump  enabledlocal
fast  feature@spacemap_histogram active local
fast  feature@extensible_dataset enabledlocal

$ zfs get all fast
NAME  PROPERTY  VALUE  SOURCE
fast  type  filesystem -
fast  creation  Fri Jan  4 17:19 2013  -
fast  used  2.59T  -
fast  available 716G   -
fast  referenced78.5K  -
fast  compressratio 1.81x  -
fast  mounted   yes-
fast  quota none   default
fast  reservation   none   default
fast  recordsize128K   default
fast  mountpoint/fast  default
fast  sharenfs  offdefault
fast  checksum  on default
fast  compression   lz4local
fast  atime on default
fast  devices   on default
fast  exec  on default
fast  setuidon default
fast  readonly  offdefault
fast  zoned offdefault
fast  snapdir   hidden default
fast  aclmode   discarddefault
fast  aclinheritrestricted default
fast  canmount  on default
fast  xattr on default
fast  copies1  default
fast  version   5  -
fast  utf8only  off-
fast  normalization none   -
fast  casesensitivity   sensitive  -
fast  vscan offdefault
fast  nbmandoffdefault
fast  sharesmb  offdefault
fast  refquota  none   default
fast  refreservationnone   default
f

Re: [OmniOS-discuss] zpool degraded while smart sais disks are OK

2014-03-31 Thread Tobias Oetiker
Hi Richard,

Mar 23 Richard Elling wrote:

>
> On Mar 21, 2014, at 10:13 PM, Tobias Oetiker  wrote:
>
> > Yesterday Richard Elling wrote:
> >
> >>
> >> On Mar 21, 2014, at 3:23 PM, Tobias Oetiker  wrote:
> >
> > [...]
> >>>
> >>> it happened over time as you can see from the timestamps in the
> >>> log. The errors from zfs's point of view were 1 read and about 30 write
> >>>
> >>> but according to smart the disks are without flaw
> >>
> >> Actually, SMART is pretty dumb. In most cases, it only looks for 
> >> uncorrectable
> >> errors that are related to media or heads. For a clue to more permanent 
> >> errors,
> >> you will want to look at the read/write error reports for errors that are
> >> corrected with possible delays. You can also look at the grown defects 
> >> list.
> >>
> >> This behaviour is expected for drives with errors that are not being 
> >> quickly
> >> corrected or have firmware bugs (horrors!) and where the disk does not do 
> >> TLER
> >> (or its vendor's equivalent)
> >> -- richard
> >
> > the error counters look like this:
> >
> >
> > Error counter log:
> >   Errors Corrected by   Total   Correction Gigabytes
> > Total
> >   ECC  rereads/errors   algorithm  processed
> > uncorrected
> >   fast | delayed   rewrites  corrected  invocations   [10^9 bytes]  
> > errors
> > read:   34940 0  3494  44904530.879 
> >   0
> > write: 00 0 0  39111   1793.323 
> >   0
> > verify:00 0 0   8133  0.000 
> >   0
>
> Errors corrected without delay looks good. The problem lies elsewhere.
>
> >
> > the disk vendor is HGST in case anyone has further ideas ... the system has 
> > 20 of these disks and the problems occured with
> > three of them. The system has been running fine for two months previously.
>
> ...and yet there are aborted commands, likely due to a reset after a timeout.
> Resets aren't issued without cause.
>
> There are two different resets issued by the sd driver: LU and bus. If the
> LU reset doesn't work, the resets are escalated to bus. This is, of course,
> tunable, but is rarely tuned. A bus reset for SAS is a questionable practice,
> since SAS is a fabric, not a bus. But the effect of a device in the fabric
> being reset could be seen as aborted commands by more than one target. To
> troubleshoot these cases, you need to look at all of the devices in the data
> path and map the common causes: HBAs, expanders, enclosures, etc. Traverse
> the devices looking for errors, as you did with the disks. Useful tools:
> sasinfo, lsiutil/sas2ircu, smp_utils, sg3_utils, mpathadm, fmtopo.

thanks for the hints ... after detatching/attaching the 'failed'
disks, they got resilvered and a subsequent scrub did not detect
any errors ...

all a bit mysterious ... will keep an eye on the box to see how it
fares on the future ...

cheers
tobi


-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
*** We are hiring IT staff: www.oetiker.ch/jobs ***
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] zpool degraded while smart sais disks are OK

2014-03-21 Thread Tobias Oetiker
Yesterday Richard Elling wrote:

>
> On Mar 21, 2014, at 3:23 PM, Tobias Oetiker  wrote:

[...]
> >
> > it happened over time as you can see from the timestamps in the
> > log. The errors from zfs's point of view were 1 read and about 30 write
> >
> > but according to smart the disks are without flaw
>
> Actually, SMART is pretty dumb. In most cases, it only looks for uncorrectable
> errors that are related to media or heads. For a clue to more permanent 
> errors,
> you will want to look at the read/write error reports for errors that are
> corrected with possible delays. You can also look at the grown defects list.
>
> This behaviour is expected for drives with errors that are not being quickly
> corrected or have firmware bugs (horrors!) and where the disk does not do TLER
> (or its vendor's equivalent)
>  -- richard

the error counters look like this:


Error counter log:
   Errors Corrected by   Total   Correction Gigabytes
Total
   ECC  rereads/errors   algorithm  processed
uncorrected
   fast | delayed   rewrites  corrected  invocations   [10^9 bytes]  
errors
read:   34940 0  3494  44904530.879 
  0
write: 00 0 0  39111   1793.323 
  0
verify:00 0 0   8133  0.000 
  0

the disk vendor is HGST in case anyone has further ideas ... the system has 20 
of these disks and the problems occured with
three of them. The system has been running fine for two months previously.

Vendor:   HGST
Product:  HUS724030ALS640
Revision: A152
User Capacity:3,000,592,982,016 bytes [3.00 TB]
Logical block size:   512 bytes
Serial number:P8J20SNV
Device type:  disk
Transport protocol:   SAS

cheers
tobi
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
*** We are hiring IT staff: www.oetiker.ch/jobs ***
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] zpool degraded while smart sais disks are OK

2014-03-21 Thread Tobias Oetiker
Today Zach Malone wrote:

> On Fri, Mar 21, 2014 at 3:50 PM, Richard Elling
>  wrote:
> >
> > On Mar 21, 2014, at 9:48 AM, Tobias Oetiker  wrote:
> >
> > a zpool on one of our boxes has been degraded with several disks
> > faulted ...
> >
> > * the disks are all sas direct attached
> > * according to smartctl the offending disks have no faults.
> > * zfs decided to fault the disks after the events below.
> >
> > I have now told the pool to clear the errors and it is resilvering the disks
> > ... (in progress)
> >
> > any idea what is happening here ?
>
> ...
>
> Did all the disks fault at the same time, or was it spread out over a
> longer period?  I'd suspect your power supply or disk controller.
> What are your zpool errors?

it happened over time as you can see from the timestamps in the
log. The errors from zfs's point of view were 1 read and about 30 write

but according to smart the disks are without flaw

cheers
tobi
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
*** We are hiring IT staff: www.oetiker.ch/jobs ***
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


  1   2   >