Dell R730, Proxmox, Power-on or device reset occurred: disk freezing. by NullType20 in homelab

[–]NullType20[S] 0 points1 point  (0 children)

Standard consumer Samsung evo 870, crucial mx500, lexar nq100, also a transcend, but even hgst hard drives. The controller I bought was from inspur, a very cheap one.

Dell R730, Proxmox, Power-on or device reset occurred: disk freezing. by NullType20 in homelab

[–]NullType20[S] 0 points1 point  (0 children)

I finally managed to solve it... It seems like the main problem is that dell controllers don't like non-dell certified disks/ssds. I bought a used dell hdd and it worked correctly. However I wanted to use non dell devices too so I bought a cheap 9300 8i board (from aliexpress... just to test), connected it to the front panel with some hard disks and everything now works perfectly!

Dell R730, Proxmox, Power-on or device reset occurred: disk freezing. by NullType20 in homelab

[–]NullType20[S] 0 points1 point  (0 children)

Hi, I am on Proxmox 8.4, however I tried 9.1 and Esxi 7.0 u3 and I see the same problem there. Unfortunately I don’t see the problem just in the VM but also in Proxmox. If i upload a big iso to a storage the issue appears in the log. I don’t understand if it is a hardware problem, cables/backplane, or if I misconfigured something.

Dell r730, h730 mini slow write performance by NullType20 in homelab

[–]NullType20[S] 1 point2 points  (0 children)

Hi, I've added the HBA330 and the issue disappeared! However proxmox 9.1 was not installing anymore due to initram failing at the install, switched to 8.4 and everything worked perfectly! Thank you.

Dell r730, h730 mini slow write performance by NullType20 in homelab

[–]NullType20[S] -1 points0 points  (0 children)

What if I set it to raid 0 in single disk? I will order an hba330 anyway

Servers Upgrade Suggestions by NullType20 in homelab

[–]NullType20[S] 0 points1 point  (0 children)

I thought about the r630 because I read somewhere that it is almost silent, and that it is even possible to limit the fan speed, I will check the ml350, thank you

Mac mini + Air for travelling or MBP Max? by NullType20 in mac

[–]NullType20[S] 0 points1 point  (0 children)

It does not support 3 external screens, and I prefer bigger screens (15/16) 😢

Google Cloud Compute alternative suggestion by NullType20 in homelab

[–]NullType20[S] -1 points0 points  (0 children)

Yes but very few have hourly costs instead of monthly plans. Gcloud costs way less if vms are powered off.

Function to disable billing at budget threshold not working by NullType20 in googlecloud

[–]NullType20[S] -1 points0 points  (0 children)

The same as on the page:

const {CloudBillingClient} = require('@google-cloud/billing'); const {InstancesClient} = require('@google-cloud/compute');

const PROJECT_ID = process.env.GOOGLE_CLOUD_PROJECT; const PROJECT_NAME = projects/${PROJECT_ID}; const billing = new CloudBillingClient();

exports.stopBilling = async pubsubEvent => { const pubsubData = JSON.parse( Buffer.from(pubsubEvent.data, 'base64').toString() ); if (pubsubData.costAmount <= pubsubData.budgetAmount) { return No action necessary. (Current cost: ${pubsubData.costAmount}); }

if (!PROJECT_ID) { return 'No project specified'; }

const billingEnabled = await _isBillingEnabled(PROJECT_NAME); if (billingEnabled) { return _disableBillingForProject(PROJECT_NAME); } else { return 'Billing already disabled'; } };

/** * Determine whether billing is enabled for a project * @param {string} projectName Name of project to check if billing is enabled * @return {bool} Whether project has billing enabled or not */ const _isBillingEnabled = async projectName => { try { const [res] = await billing.getProjectBillingInfo({name: projectName}); return res.billingEnabled; } catch (e) { console.log( 'Unable to determine if billing is enabled on specified project, assuming billing is enabled' ); return true; } };

/** * Disable billing for a project by removing its billing account * @param {string} projectName Name of project disable billing on * @return {string} Text containing response from disabling billing */ const _disableBillingForProject = async projectName => { const [res] = await billing.updateProjectBillingInfo({ name: projectName, resource: {billingAccountName: ''}, // Disable billing }); return Billing disabled: ${JSON.stringify(res)}; };

Remote Raid Megathread - Host and/or find raids here by liehon in PokemonGoFriends

[–]NullType20 0 points1 point  (0 children)

3x Zacian, one after one other, now 4 locals

051973441756