-
Woodstock
tsoome: is there a reason you stop at 4k sector size for pcfs? is it impossible or too hard to implement 8k, 16k, etc.?
-
tsoome
TBH, I was just using list of values from microsoft fatgen103 document, as long as the value is power of 2 -- other than it, the size value does not really change the code itself.
-
Woodstock
i see
-
tsoome
basically any value above 4k is non-standard, dosfstools mkfs is allowing values up to 32k
-
Woodstock
i see
-
Woodstock
i was just wondering because in the past i used virtio-blk devices in some VMs that had a 8k sector size, although I don't recall whether that was 8k logical or 8k native
-
tsoome
yep, I was also thinking about those 8k native flash memory implementations etc.
-
tsoome
from practical point, the fs itself is depending on 512B structures for boot sector and fsinfo (and their backups), so with 32k sector, you will have number of unused bytes:D
-
Woodstock
i'm not losing sleep about wasting 32256 bytes :)
-
tsoome
ofc the current loader dosfs does not really check for those backups (nor alternate fat).
-
tsoome
:)
-
tsoome
ok. need to fix pcfs now, then I can verify my installboot patch...
-
tsoome
then there are mkfs and fsck...
-
Woodstock
have fun :)
-
tsoome
um, did we fix reboot with iscsi initiators?
-
tsoome
nop, we did not.
-
jbk
no
-
jbk
it's still not great
-
richlowe
it seemed like everyone decided what the fix was, and then nobody fixed it
-
richlowe
probably because the people who figured out what to do don't have pools on iscsi to check it out?
-
jbk
i mean, you could use another illumos instance to serve up an iscsi volume
-
jbk
but our iscsi target code is pretty terrible tbh
-
jbk
(none of our customers use it, so we've not really had a reason to dedicate time to it)
-
jbk
(if you want to see some fireworks, try using PGR on our target code :P)
-
tsoome
jbk yea, its the opposite of great:)
-
richlowe
"none of our customers use it" sure sounds a bit chicken and egg
-
richlowe
"What we sell is crap, because nobody uses it"
-
richlowe
I mean, yeah
-
jbk
for our stuff it doesn't make as much sense
-
jbk
i mean, i'd like to improve it since it would make it easier to test certain things
-
richlowe
Oh right, I'm just saying that logic is self-reinforcing
-
jbk
just i've got several other things in front of it
-
josephholsten
what's the deal with DEFAULTINURI in
github.com/illumos/illumos-gate/blo…sr/src/tools/scripts/onu.sh.in#L32? I feel like I'm doing something wrong just following
illumos.org/docs/developers/build/#installing-your-build and getting an error about ips.sfbay repo
-
richlowe
you forgot to specify -d probably?
-
richlowe
ipkg.sfbay is the ancient ancient default pkg server inside sun microsystems, that nobody fixed because there's no... default anymore?
-
richlowe
we should probably make it fail usefully, rather than trying to look that up
-
jclulow
concur!
-
sommerfeld
I'll fix it. Filing a bug now..
-
sommerfeld
-
fenix
→
BUG 16799: onu should not have a default package URI (New)
-
jclulow
sommerfeld: thank you!