- 6 Posts
- 24 Comments
Burn1ngBull3t@lemmy.worldto Games@lemmy.world•The first weekly What Are You Playing? thread!English2·2 months agoJust got back on PlanetCrafter with my mate.
We are having a blast on the Moons update !
Burn1ngBull3t@lemmy.worldto Technology@lemmy.world•True Wireless Power is FINALLY here (building a TRULY wire-free desk setup)English15·2 months agoHell yeah, some DIY Perks on lemmy.
Great quality video as always, even though the setup might be cumbersome to add peripherals in the long term.
But still interesting !
Burn1ngBull3t@lemmy.worldto France@jlai.lu•Les données sensibles de l'État ne doivent pas être stockées sur des hébergements américains : le rappel à l'ordre de BercyFrançais1·3 months agoJ’utilise Scaleway pour des services que j’utilise en perso. Ca fait tres bien le taff je trouve, sachant que j’ai eu l’occaz de faire du Azure et AWS aussi
Je trouve que c’est solide
Burn1ngBull3t@lemmy.worldto World News@lemmy.world•Trump administration says it has begun deporting migrants to Guantánamo BayEnglish3·6 months agoHeyy !
Just curious what you recommend your clients now ?
Burn1ngBull3t@lemmy.worldto Games@lemmy.world•What games have you sunk the most time into?English2·7 months agoEscape from Tarkov - 2500h Elite Dangerous - 800h Kerbal Space Program - 300h Satisfactory - 250h and still going up ^^
Burn1ngBull3t@lemmy.worldOPto Selfhosted@lemmy.world•[K8S] nfs and mounting problemsEnglish5·1 year agoHello @theit8514
You are actually spot on ^^
I did look in my exports file which was like so :
/mnt/DiskArray 192.168.0.16(rw) 192.168.0.65(rw)
I added a localhost line in case:
/mnt/DiskArray 127.0.0.1(rw) 192.168.0.16(rw) 192.168.0.65(rw)
It didn’t solve the problem. I went to investigate with the mount command:
-
Will mount on 192.168.0.65:
mount -t nfs 192.168.0.55:/mnt/DiskArray/mystuff/ /tmp/test
-
Will NOT mount on 192.168.0.55 (NAS):
mount -t nfs 192.168.0.55:/mnt/DiskArray/mystuff/ /tmp/test
-
Will mount on 192.168.0.55 (NAS):
mount -t nfs 127.0.0.1:/mnt/DiskArray/mystuff/ /tmp/test
The
mount -t nfs 192.168.0.55
is the one that the cluster does actually. So i either need to find a way for it to use 127.0.0.1 on the NAS machine, or use a hostname that might be better to resolveEDIT:
I was acutally WAY simpler.
I just added 192.168.0.55 to my /etc/exports file. It works fine now ^^
Thanks a lot for your help@[email protected] !
-
Burn1ngBull3t@lemmy.worldto Open Source@lemmy.ml•Is there an Online Shop / eCommerce solution that is entirely Free Software?31·2 years agoHello ! You might find Sylius suitable. It’s an Open source framework based on Symfony.
Im pretty sure it has all your requirements. The thing is that it’s a headless framework, so a frontend needs to be built on top of that if you want some custom features.
Hope that helps !
Burn1ngBull3t@lemmy.worldOPto Selfhosted@lemmy.world•Longhorn overkill for RAID ?English1·2 years agoExactly thanks!
Burn1ngBull3t@lemmy.worldOPto Selfhosted@lemmy.world•Longhorn overkill for RAID ?English2·2 years agoHaha sorry indeed, it’s Kubernetes related and not Windows WeDontSayItsName related 😄
Burn1ngBull3t@lemmy.worldOPto Selfhosted@lemmy.world•Longhorn overkill for RAID ?English1·2 years agoYou are completely right.
However in my mind (might be wrong here) if I use another node, i wouldn’t use the RAID array completely.
While setup up i thought that its either:
- NAS storageClass attached to the RAID array, no longhorn
- with longhorn when there is no RAID, but replication at 3
In either case, the availability of my data would be quite the same right ?
(Then there is options to backup my PV to s3 with longhorn and all that i would have to setup again though )
Thanks for your answer !
Burn1ngBull3t@lemmy.worldOPto Selfhosted@lemmy.world•Longhorn overkill for RAID ?English1·2 years agoI would guess it doesn’t like replica at 1 indeed.
And using a NAS would be a single point of failure indeed, but how I’m using Longhorn right now already is (my storage node goes down, my cluster would be unstable)
Thanks !
Burn1ngBull3t@lemmy.worldOPto Selfhosted@lemmy.world•Longhorn overkill for RAID ?English1·2 years agoHello ! Thanks for your response!
Yes RAID is used as availability of my data here, with or without longhorn, there wouldn’t be much difference there (especially since i only use one specific node)
And you would be right, since the other nodes are unscheduled, it will be available only on my “storage node” so if this one goes down my storage goes down.
That’s why i might be overkill with longhorn, but there are functions to restore and backup to s3 for exemple that i would need to setup i guess
Burn1ngBull3t@lemmy.worldto Selfhosted@lemmy.world•Questions on backing up to S3 Glacier Deep Archive.English1·2 years agoHello ! Just adding my two cents for Scaleway. I’ve used them personally for some services (and probably will add s3 storage in the near future)
It’s seems pretty reliable in my opinion.
Burn1ngBull3t@lemmy.worldto Jellyfin: The Free Software Media System@lemmy.ml•What is needed to get jellyfin running as a server?English7·2 years agoHello ! First question would be : why buy an external drive if you are buying a NAS in the first place ?
Just in case: there are 2 slots available in the NAS you sent, meaning you could buy 2 internal drives for its storage.
On the hosting part, Jellyfin might be able to run judging by the specifications of the NAS. However, you have to take into account if the NAS operating system can run it (maybe there is an app store for it like Synology) and also media transcoding might be limited (to easily stream around your house 4K content for exemple)
I think you are right indeed, i had the idea to maybe use the GC for AI stuff and play with it. I would probably go with kube and add the NAS in longhorn (that i already set up)
Would have been cool to add yet another machine to the cluster, especially if i could use the NAS for the kube VolumeClaims. 🤔
Also true
Burn1ngBull3t@lemmy.worldto Linux@lemmy.ml•Thousands of images on Docker Hub leak auth secrets, private keysEnglish1·2 years agoI understand! If you need help to do that (or someone to contribute), hit me up ! 😄
A good occasion to start a new save, which i did 😄